PowerShell List spécial comptes intégrés

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