Tools to Cross Reference SIDs and Accounts?

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

Is there a good utility that will quickly disclose the SIDs that correspond
to the user friendly names for specific security objects? And I would also
like to have a utility that takes as input the SID and spits out the user
friendly names.
 
Joe is a sharp dude.

--


Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and confers no rights.


Will said:
Perfect! That is extremely useful.
 
Is there a good utility that will quickly disclose the SIDs
that correspond
to the user friendly names for specific security objects?
And I would also
like to have a utility that takes as input the SID and spits
out the user
friendly names.

two utilities exist:
USER2SID
SID2USER
you can google for both

you can also use:
http://www.joeware.net/win/free/tools/sidtoname.htm
and getsid from the resource kit
 
Back
Top