首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >是否可以从远程Powershell会话运行Vmware PowerCLI?

是否可以从远程Powershell会话运行Vmware PowerCLI?
EN

Stack Overflow用户
提问于 2016-03-21 13:37:47
回答 1查看 866关注 0票数 0

我使用PSSession命令从我的桌面通过Powershell连接到服务器。在远程服务器上安装了VMware PowerCLI。我试着像下面这样运行这个模块...

代码语言:javascript
复制
 > PS C:\Users\cwip0989\Documents> Enter-PSSession -ComputerName AB-NPC1-D1B099 -Credential cwip0989
[AB-NPC1-D1B099]: PS C:\Users\cwip0989\Documents> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noe -c ".\"
    'C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\Scripts\Initialize-PowerCLIEnvironment.ps1\'""
The remote pipeline has been stopped.
        + CategoryInfo          : ResourceUnavailable: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : System.Management.Automation.Remoting.PSRemotingDataStructureException

    [AB-NPC1-D1B099]: PS C:\Users\cwip0989\Documents> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noe -c ".\"
    'C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\Scripts\Initialize-PowerCLIEnvironment.ps1\'""
    The remote pipeline has been stopped.
        + CategoryInfo          : ResourceUnavailable: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : System.Management.Automation.Remoting.PSRemotingDataStructureException

毕竟,我认为Powershell脚本有一些局限性。

我还发现一件事,远程powershell版本总是2.1 ...

代码语言:javascript
复制
[AB-NPC1-1B094]: PS C:\> $psversiontable

Name                           Value
----                           -----
CLRVersion                     2.0.50727.5485
BuildVersion                   6.1.7601.17514
PSVersion                      2.0
WSManStackVersion              2.0
PSCompatibleVersions           {1.0, 2.0}
SerializationVersion           1.1.0.1
PSRemotingProtocolVersion      2.1
EN

回答 1

Stack Overflow用户

发布于 2016-04-01 22:16:48

请看一下invoke-vmscript,它可以用来在远程服务器上运行命令,但不需要做pssession。但是,这不会在桌面的powershell或powercli中给出命令的输出。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36123863

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档