Tuesday, 14 August 2012

How To Get a User's Security Identifier (SID) in Windows

In this post I am going to show you how to get a SID of a user account in Windows. 

The command you need to use is shown below


wmic useraccount get name,sid <enter>

You will then get a result similar to the screenshot below


No comments:

Post a Comment