Linux Powershell client : Add-PSSnapin VeeamPSSnapIn & Connect-VBRServer



请告诉我如何在Linux Ubuntu Powershell客户端上使用:Add-PSSnapin VeeamPSSnapInConnect-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 + Connect-VBRServer + ~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Connect-VBRServer:String( [], CommandNotFoundException + FullQualifiedErrorId : CommandNotFoundException

#Add-PSSnapin VeeamPSSnapIn Output:

Add-PSSnapin

:"Add-PSSnapin"一词不被识别为名称 cmdlet、函数、脚本文件或可操作程序。检查 名称的拼写,或者如果包含路径,请验证路径 是正确的,请重试。行:1 字符:1 + Add-PSSnapin VeeamPSSnapIn + ~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Add-PSSnapin:String( [], CommandNotFoundException + FullQualifiedErrorId : CommandNotFoundException

根据 Veeam 知识库,PowerShell 模块随 Windows 安装文件一起安装。也许直接询问Veeam是否计划支持Linux?

最新更新