Wednesday, November 22, 2017

How to find a user’s SID (security identifier)?

image

The Problem:

You need to find out the security identifier (SID) for a user.)

The Solution:

Run the following command:

wmic useraccount get name,sid


--Neno