Подключение к Exchange Online PowerShell с помощью модуля Powershell EXO V2 в Linux — Connect-IPPSSession

Я пытаюсь подключиться к онлайн-оболочке PowerShell с помощью модуля Powershell EXO V2 с помощью командлета Connect-IPPSSession с сертификатами. Под Windows все работает нормально при использовании предварительной версии 2.0.6-Preview5 модуля OnlineExchangeManagement. В Linux я получаю следующую ошибку с версией PreRelease при выполнении Connect-IPPSSession:

      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?

0 ответов

Другие вопросы по тегам