【发布时间】:2018-11-20 10:08:54
【问题描述】:
请告诉我如何在 Linux Ubuntu Powershell 客户端上使用:Add-PSSnapin VeeamPSSnapIn & Connect-VBRServer
这是我尝试过的:
#$psversiontable Output
Name Value
---- -----
PSVersion 6.1.0-preview.2
PSEdition Core
GitCommitId v6.1.0-preview.2
OS Linux 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
#Connect-VBRServer Output:
Connect-VBRServer:术语“Connect-VBRServer”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。 检查名称的拼写,或者如果包含路径,请验证 路径正确,然后重试。在行:1 字符:1 + 连接-VBRServer + ~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Connect-VBRServer:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
#Add-PSSnapin VeeamPSSnapIn Output:
Add-PSSnapin : 术语“Add-PSSnapin”未被识别为名称 cmdlet、函数、脚本文件或可运行程序的名称。检查 名称的拼写,或者如果包含路径,请验证路径 是正确的,然后再试一次。在行:1 字符:1 + 添加-PSSnapin VeeamPSSnapIn +~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Add-PSSnapin:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
标签: powershell