Viewing Account SID

  • Thread starter Thread starter NETCRAMMER
  • Start date Start date
N

NETCRAMMER

How/where do I view Account SID? How can I export this
information.

Thanks in adv.

NET
 
NETCRAMMER said:
How/where do I view Account SID? How can I export this
information.

Thanks in adv.

NET

I would suggest using a tool written by a fellow MVP, I use it
extensively myself and find it most helpful in scenarios such as these.
Browse to http://www.joeware.net/win32/index.html, locate and download
ADfind. Use something along the lines of the following syntax to dump
the desired SIDs to a text file -

adfind -b dc=<domain>,dc=<suffix> -f
(^&(objectclass=user)(objectcategory=person)) objectsid >SIDdump.txt

HTH

PS - My thanks to Joe Richards for such a useful tool (one of many such
tools I might add).

Dean
 
Back
Top