Forum Discussion
Steve Whitcher
Nov 01, 2017Bronze Contributor
Error applying retention policy in security & compliance - "Recipient not Found"
I'm trying to create a retention policy in the Security & Compliance center, but running into an error. The policy seems to create successfully, but after a while if I open the details it will show ...
EttE_EttE
Nov 28, 2022Copper Contributor
Happens when you need to remove a location from a Retention policy especially Public folder Location, but I found that using
Connect-IPPSSession
Set-RetentionCompliancePolicy -Identity "Affected Retention Policy" -RemovePublicFolderLocation All
Ran a Sync diagnostics for Company Object on the tenant so it propagates immediately
Connect-IPPSSession
Set-RetentionCompliancePolicy -Identity "Affected Retention Policy" -RemovePublicFolderLocation All
Ran a Sync diagnostics for Company Object on the tenant so it propagates immediately