View difference between Paste ID: V6U6Ptwp and vT2aBV2z
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 *