Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


June 11, 2002

Rem: Mapping a SID to a Username


RSS
View this exclusive article with VIP access -- click here to join |
See More Windows Management Instrumentation (WMI) Articles Here | Reprints | Or sign up for our VIP Monthly Pass!

How do I map a SID that's stored in the registry to the corresponding username?

You can use the Windows Management Instrumentation (WMI) Scripting Library and the WMI Win32_SID class to map a SID to a username. Listing 2 shows a sample script that maps a SID to the username. The script accepts a single command-line argument, which represents the SID you want to map (e.g., S-1-5-32-544).

The script sets two references—one to the WScript.Arguments collection and one to the WScript.StdOut property. Because it uses StdOut, you must run the script with the cscript.exe host. Next, the script checks the number of command-line arguments; if the number is anything other than 1, the script echoes a brief usage message and exits.

At callout A in Listing 2, the script establishes a connection to WMI, which returns an SWbemServices object. Next, the script uses the SWbemServices Get method to retrieve the instance of the Win32_SID class for the SID that you want to map. The script stores the instance in the variable named wmiSID, which subsequently echoes the properties provided by the Win32_SID class. . . .


Already a VIP member?
Please log on to view the full article

Why become a VIP member?

VIP-only online access
VIP CD delivered twice a year: offline access to the entire Windows IT Pro article library
Monthly issue of your choice of Windows IT Pro or SQL Server Magazine

Subscribe Now
Reader Comments
<p>So how do I pull the SID information from a machine for the Current User? I need to pull that information and build a registry modification process around it.</p>

Jockel Carter October 02, 2002


You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

WinInfo Short Takes: Week of November 23, 2009

An often irreverent look at some of the week's other news, including some post-PDC some soul searching, a Google Chrome OS announcement and a Microsoft response, Windows 7 off to a supposedly strong start, the Jonas Brothers and Xbox 360, and so much more ...

2009 Windows IT Pro Editors' Best and Community Choice Awards

Picking a favorite product from an impressive crowd of competitive offerings is never an easy task, and such was the case with our Editors' Best and Community Choice awards this year. ...


Scripting Whitepapers From Development to Production: Streamlining SharePoint Deployment with DocAve Deployment Manager

Related Events Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement