Answers for "powershell list special built in accounts"

0

powershell list special built in accounts

get-wmiobject -class "win32_account" -namespace "root\cimv2" | sort caption | format-table caption, __CLASS, FullName
Posted by: Guest on July-03-2020

Code answers related to "powershell list special built in accounts"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language