List SIDs ...

G

Guest

On my ACLs and Share permissions, I would like to list the actual SIDs (not
the resolved user/group names) How can I do this in a convenient way? Any
hint is much appreciated! Thx!
 
S

Sundaram Narayanan[MSFT]

You will need to write code to do this. You can use the Win32 call
LookupAccountName if you want to write a command line tool in C++. I am not
certain if script automation interfaces expose SID string conversions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top