【问题标题】:Linux Powershell client : Add-PSSnapin VeeamPSSnapIn & Connect-VBRServerLinux Powershell 客户端:Add-PSSnapin VeeamPSSnapIn & Connect-VBRServer
【发布时间】: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


    【解决方案1】:

    根据 Veeam 知识库,PowerShell 模块使用 Windows Setup File 安装。也许直接询问 Veeam 是否计划支持 Linux?

    【讨论】:

      猜你喜欢
      • 2015-07-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-23
      相关资源
      最近更新 更多