问题描述
get-WFarmstatus:"get-WFarmstatus"一词未被识别为
a cmdlet,函数,脚本文件或可操作程序。检查
的拼写名称,或者如果包含路径,请验证路径是否正确并再次尝试
。
在线:1个字符:1个
+ get-WFarmstatus
+ ~~~~~~~~~~~~~~~~
;   + CategoryInfo         :ObjectNotFound:(get-WFarmstatus:String)[],Com
mandNotFoundException
  + FullyQualifiedErrorId:CommandNotFoundException
PS C:\Program Files\Workflow Manager \1.0>
get-WFarmstatus : The term 'get-WFarmstatus' 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-WFarmstatus
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (get-WFarmstatus:String) [], Com
mandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Program Files\Workflow Manager\1.0>
请参阅指南。
thx
iffi
推荐答案
正确的cmdlet是
Get-WFFarmStatus :你写错了方法。
The correct cmdlet is Get-WFFarmStatus: you wrote it the wrong way.
再见
这篇关于术语“get-WFarmstatus”未被识别为cmdlet的名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!