
사용자 정의 보존 정책을 설정했지만 한 시간 정도 지나면 보존 정책이 이전 정책으로 다시 변경됩니다. 왜 이런 일이 일어날 수 있는지 아시나요? Powershell을 통해 보존 정책을 몇 번 설정했는데 계속 되돌려집니다.
- 현재 사서함이 꽉 찼기 때문에 공간을 확보하기 위해 새 정책을 적용하고 있다는 점을 덧붙여야 합니다. 현재 메일함을 사용할 수 없습니다.
관습:
Name RetentionPolicyTagLinks
---- -----------------------
15 Month Delete {15 Month Delete - All, Junk Email - 7 Day, Deleted Items - 30 Day}
다음으로 되돌리기:
Name RetentionPolicyTagLinks
---- -----------------------
Company MRM Policy {1 Year Delete}
사서함에 정책을 수동으로 강제 적용하려고 시도했습니다.
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)
....
또한 규정 준수 검색 + 작업을 사용해 보았습니다.
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
답변1
EAC에서 보존 정책을 할당하고 이 문제가 계속되는지 확인해 보시겠습니까?
사용자에게 보존 정책을 할당한 후 Start-ManagedFolderAssistant를 실행합니다. 그런 다음 문제가 계속 지속되는지 확인하십시오.
또한 이 문제가 모든 사용자에게 발생합니까, 아니면 특정 사용자에게 발생합니까?