在Linux下使用EXOV2Powershell模块连接到ExchangeOnline PowerShell-Connect-I

我尝试使用带有证书的Connect-IPPSSessionCmdlet 使用 EXO V2 Powershell 模块连接到 Online PowerShell。在 Windows 下,使用 OnlineExchangeManagement 模块的 2.0.6-Preview5 PreRelease 时一切正常。在 Linux 下,执行 Connect-IPPSSession 时,PreRelease 版本出现以下错误:

我尝试使用带有证书的Connect-IPPSSessionCmdlet 使用 EXO V2 Powershell 模块连接到 Online PowerShell。在 Windows 下,使用 OnlineExchangeManagement 模块的 2.0.6-Preview5 PreRelease 时一切正常。在 Linux 下,执行 Connect-IPPSSession 时,PreRelease 版本出现以下错误:

ConnectExchangeOnline: A parameter cannot be found that matches parameter name 'CertificateThumbprint'.

使用的命令:

Connect-IPPSSession -CertificatePassword (ConvertTo-SecureString -String 'password' -AsPlainText -Force) -CertificateFilePath "/home/.../certificate.pfx"

Get-InstalledModule 返回:

Version              Name                                Repository           Description
-------              ----                                ----------           -----------
2.0                  CredentialManager                   PSGallery            Provides access to credentials in the Windows Credential Manager
2.3.0                PSWSMan                             PSGallery            Module to install and manage the forked WSMan client libraries for Linux and macOS.…
2.0.6-Preview5       ExchangeOnlineManagement            PSGallery            This is a Public Preview release of Exchange Online PowerShell V2 module.…

PreRelease 版本在 Linux 下不可用吗?

本站系公益性非盈利分享网址,本文来自用户投稿,不代表码文网立场,如若转载,请注明出处

(924)
使用GitHubAPI进行身份验证的问题
上一篇
excelTODAY函数来字符串yyyy-mm-dd
下一篇

相关推荐

发表评论

登录 后才能评论

评论列表(54条)