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
Nutrition for the ambitious .NET developer - since 2003
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