我尝试使用带有证书的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 -CertificatePword (ConvertTo-SecureString -String 'pword' -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 下不可用吗?
本站系公益性非盈利分享网址,本文来自用户投稿,不代表码文网立场,如若转载,请注明出处
评论列表(83条)