答案1
這些是命令提示字元錯誤。您正在嘗試從 cmd.exe 執行 PowerShell 命令。 PowerShell 錯誤如下所示:
PS C:\...\keith>get-bob
get-bob : The term 'get-bob' 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-bob
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (get-bob:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
基斯