powershell list special built in accounts

Shell
get-wmiobject -class "win32_account" -namespace "root\cimv2" | sort caption | format-table caption, __CLASS, FullName

Source

Also in Shell: