Como conectar por powershell a Exchange 365

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

Comentarios

Entradas populares de este blog

Errores OOBE al instalar Windows 10