Re: Finding Delegated users ,,,Need Imd Help



"santosh" wrote:
> Hi All,
> Anyone know how to search for users whom the administrator
> have delegated
> rights to create,delete...etc
> My Administrator has moved to diff department,I have taken
> over and as a
> security concern I would just want to check these,can somebody
> help me on
> this..
> Thanks
> San

Hello,

If you know which groups/users have been delegated permissions but you
don?t know where, you could use DSREVOKE from MS (google for it and
you willl find it)

Another way to search is to search for all defined permissions on OUs
using ADFIND from JOEWARE.NET

adfind -b "DC=<DOMAIN>,DC=<TLD>" -f
"(objectCategory=OrganizationalUnit)" -sddc ntsecuritydescriptor

With this command you can get the security descriptors but they are in
SDDL format and you need to convert that to human readable text.
I at the moment don?t know how to do that, but maybe the guy at
joeware.net know.

For more info on SDDL see
http://www.washington.edu/computing/support/windows/UWdomains/SDDL.html

Cheers

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/Active-Directory-Finding-Delegated-users-Imd-Help-ftopict549240.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.windowsforumz.com/eform.php?p=1738135
.


Loading