対象: 新Office365 Office 365 Enterprise, Office 365 Business, Office 365 Education
リモート PowerShell を使用して Exchange 管理を行っている場合、ConnectionUri パラメータが最新のものになっていることを確認してください。最新のパラメータでない場合には接続が出来ない場合があります。日本データセンターにおいて Exchange Online PowerShell を利用する場合は、このパラメータが最新になっている必要があります。
旧手順:
New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $UserCredential -Authentication Basic -AllowRedirection |
新手順:
New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection |
Exchange Online における PowerShell の接続方法の詳細については、記事「リモート PowerShell による Exchange への接続」をご参照ください。