2016-04-05 18 views
0

O365 Exchange Onlineに接続しようとしていますが、その際にWinRMエラーメッセージが表示されます。Office 365 - PowerShell WinRMの問題を使用してExchangeに接続する

$user = "[email protected]" 
$cred = Get-Credential -Credential $user 

$exchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication "Basic" -AllowRedirection 

私は次のエラーメッセージを取得することを実行している場合:

> New-PSSession : [outlook.office365.com] Connecting to remote server 
> outlook.office365.com failed with the following error message : The 
> WinRM client cannot process the request. Basic authentication is 
> currently disabled in the client configuration. Change the client 
> configuration and try the request again. For more information, see the 
> about_Remote_Troubleshooting Help topic. At line:1 char:20 
> + $exchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -Connecti ... 
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
>  + CategoryInfo   : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], 
> PSRemotingTransportException 
>  + FullyQualifiedErrorId : -2144108321,PSSessionOpenFailed 

を私がWinRMのと基本認証を中心にオンライン見てきました。 GPOで基本認証を有効にしましたが、これはあまり効果がありません。

すべての情報は素晴らしいでしょう。

おかげ

+0

PowerShell経由でO365管理ポータルとSharePointに接続することはできません。 – Dansc91

答えて

0

あなたはMFAは、管理者アカウントのために有効になっているように私には見える - それを無効にします。乾杯。

+0

Azure MFAを有効にしている場合:アプリパスワードを使用できます。 – bluuf

関連する問題