Quantcast
Channel: Microsoft Office 365 Community
Viewing all articles
Browse latest Browse all 566

【重要】Exchange Online PowerShell 接続時に最新の ConnectionUri を利用してください

$
0
0

対象: 新Office365 Office 365 EnterpriseOffice 365 BusinessOffice 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 への接続」をご参照ください。


Viewing all articles
Browse latest Browse all 566

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>