+34 911 599 883

+34 911 895 172

Enable office365 auto-expanding archiving

Connect to your account from powershell (Para poder realizar la conexión, tiene que ser desde Powershell 7):

  1. Para conectarnos al tenant, escribimos el siguiente comando. Nos redirige a la página de login de Microsoft, donde iniciaremos sesión con la cuenta de administrador del tenant.
Connect-ExchangeOnline

HABILITAR EXPANSIÓN AUTOMÁTICA DE ARCHIVADO:

Enable-Mailbox <user mailbox> -AutoExpandingArchive

COMPROBAR QUE ESTA ACTIVADO, TIENE QUE DEVOLVER TRUE:

Get-Mailbox <user mailbox> | FL AutoExpandingArchiveEnabled

FORZAR EL AUTOARCHIVADO: 

Start-ManagedFolderAssistant -Identity <user mailbox>