DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Get Wid Of User From Windows Command-line
// description of your code here
Get SID of a local user (Source: http://www.windows-commandline.com/2011/10/get-sid-of-user.html)
wmic useraccount where name='username' get sid





