
Configuré una política de retención personalizada; sin embargo, después de aproximadamente una hora, la política de retención vuelve a la política anterior. ¿Alguna idea de por qué podría suceder esto? He configurado la política de retención varias veces a través de Powershell y sigue volviendo.
- Debo agregar que el buzón está actualmente lleno y por eso estoy aplicando una nueva política para liberar espacio. El buzón de correo actualmente no se puede utilizar.
Costumbre:
Name RetentionPolicyTagLinks
---- -----------------------
15 Month Delete {15 Month Delete - All, Junk Email - 7 Day, Deleted Items - 30 Day}
Volviendo a:
Name RetentionPolicyTagLinks
---- -----------------------
Company MRM Policy {1 Year Delete}
Intenté forzar manualmente la política en el buzón
Powershell>Start-ManagedFolderAssistant -Identity "[email protected]"
Powershell>
Powershell>
Powershell>
Powershell>Get-MailboxFolderStatistics "[email protected]" -FolderScope Inbox | Format-Table Name,FolderPath,ItemsInFolder,FolderAndSubfolderSize
Name FolderPath ItemsInFolder FolderAndSubfolderSize
---- ---------- ------------- ----------------------
Inbox /Inbox 177017 84.44 GB (90,667,087,358 bytes)
....
También intenté usar la búsqueda de cumplimiento + acción.
Powershell>New-ComplianceSearch -Name "Remove older than 15 month messages" -ExchangeLocation "[email protected]" -ContentMatchQuery "(Received <= $((get-date).AddMonths(-15).ToString("MM/dd/yyy")))"
Powershell>New-ComplianceSearchAction -SearchName "Remove older than 15 month messages" -Purge -PurgeType SoftDelete
Confirm
Are you sure you want to perform this action?
This operation will make message items meeting the criteria of the compliance search "Remove older than 15 month messages" completely inaccessible to users.
is no automatic method to undo the removal of these message items.
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): A
Name SearchName Action RunBy JobEndTime Status
---- ---------- ------ ----- ---------- ------
Remove older than 15 month messages_Purge Remove older than 15 month messages Purge adminuser Starting
Respuesta1
¿Podría intentar asignar la política de retención en EAC y comprobar si este problema continúa?
Ejecutar Start-ManagedFolderAssistant después de asignar la política de retención a los usuarios. Luego confirme si el problema persiste.
Además, ¿este problema les ocurre a todos los usuarios o a un usuario específico?