SHOW:
|
|
- or go back to the newest paste.
1 | - | # List properties for the Guest Account in Windows |
1 | + | # List properties for the Admin Account in Windows |
2 | - | gwmi Win32_UserAccount -filter "LocalAccount=True" | where {$_.name -eq "Guest"} | fl * |
2 | + | gwmi Win32_UserAccount -filter "LocalAccount=True" | where {$_.name -eq "administrator"} | fl * |