Windows PowerShell - Powered by OptiTune Enterprise Edition Copyright (C) 2019 Bravura Software LLC. All rights reserved. PS C:\> get-localuser get-localuser : The term 'get-localuser' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + get-localuser + ~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (get-localuser:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:\> get-localgroup get-localgroup : The term 'get-localgroup' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + get-localgroup + ~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (get-localgroup:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:\> get-service out-lineoutput : The handle is invalid. + CategoryInfo : NotSpecified: (:) [out-lineoutput], IOException + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.OutLineOutputCommand PS C:\> ▬