Autoarchivado – Actualizar el buzón (Office 365)

Conectarse a Exchange Online Abrimos una consola PowerShell.  Y ejecutamos estos comandos: $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication

Leer más »