Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set objAccount = objWMIService.Get _
("Win32_UserAccount.Name='OCSUser1',Domain='Contoso'")
Wscript.Echo objAccount.SID
DBAnalyze /report:user /user:<sip uri of user>