Description:
You have several local account on your computer. One day, you need to find out which one is the real local Admin Account.
Resolution:
You can run the following PowerShell command on the local computer:
Get-CimInstance -ClassName Win32_UserAccount -Filter "LocalAccount = TRUE and SID like 'S-1-5-%-500'"
No comments:
Post a Comment