List local Windows Administator names with PowerShell
To list the local administator accounts, you can just use the group membership command Get-LocalGroupMember -Group "Administrators" Object
To list the local administator accounts, you can just use the group membership command Get-LocalGroupMember -Group "Administrators" Object