Como conectar por powershell a exchange online

  Aplicaciones, Exchange

Abrimos un powershell y ejecutamos:

$365Logon = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $365Logon -Authentication Basic -AllowRedirection
Import-PSSession $Session

Deja un comentario