+34 911 599 883

+34 911 895 172

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 Basic -AllowRedirection

Import-PSSession $Session

Remove-PSSession $Session

Actualizamos el buzón.

Start-ManagedFolderAssistant -Identity aliasdelbuzón