I have this command
$remoteuserlist = Get-WmiObject Win32_UserAccount ` -filter \"LocalAccount =True\" –computername $PC -verbose
that I am run
$remoteuserlist = Get-WmiObject Win32_UserAccount -filter {LocalAccount = "True" and Name != "Guest"} –computername $PC -verbose
Get-WmiObject