gpt4 book ai didi

powershell - 使用 SoapUI 运行 VMWare powerCLI 命令

转载 作者:行者123 更新时间:2023-12-03 12:48:36 25 4
gpt4 key购买 nike

我有一个包含 PowerCLI 命令(如 Connect-VIServer 等)的 powershell 脚本文件。在将库引用添加到 VMWare PowerCLI 后,我可以在 PowerGUI 中运行脚本文件,但我不知道如何通过 SoapUI 运行它。我猜它也不适用于常规的 Powershell CLI。有什么办法可以使这项工作?这是错误,如果它有帮助的话:

The term 'Connect-VIServer' is not recognized as the name of a cmdlet, function
, script file, or operable program. Check the spelling of the name, or if a pat
h was included, verify that the path is correct and try again.
At Test.ps1:10 char:23
+ $vm = Connect-VIServer <<<< -Server $vcenterIP -User $vcenterUser -Password
$vcenterPW
+ CategoryInfo : ObjectNotFound: (Connect-VIServer:String) [], Co
mmandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

最佳答案

尝试在脚本的开头调用它:

Add-PSSnapin "VMware.VimAutomation.Core" | Out-Null

关于powershell - 使用 SoapUI 运行 VMWare powerCLI 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11567349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com