Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell list special built in accounts

get-wmiobject -class "win32_account" -namespace "rootcimv2" | sort caption | format-table caption, __CLASS, FullName
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #powershell #list #special #built #accounts
ADD COMMENT
Topic
Name
4+3 =