Forum Discussion
Kurt
Jul 13, 2022Brass Contributor
Supervision policies are missing from communication compliance
I created some Supervision policies a long time ago in the Office 365 portal \ protection.office.com. The policies are still active because I see them in Outlook on the web and they are still collecting messages. However, when I go to the new communication compliance in purview, I only see 1 of 3 policies. How can I access the other two policies to delete them?
Thanks
- Use PowerShell to connect to the compliance endpoint: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-scc-powershell?view=exchange-ps
Then use the Get-SupervisoryReviewPolicyV2 cmdlet, or even Get-SupervisoryReviewPolicy if they are old old.
2 Replies
- Use PowerShell to connect to the compliance endpoint: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-scc-powershell?view=exchange-ps
Then use the Get-SupervisoryReviewPolicyV2 cmdlet, or even Get-SupervisoryReviewPolicy if they are old old.- KurtBrass ContributorThanks for the info. The command Get-SupervisoryReviewPolicyV2 worked to view the missing policies. I then used Remove-SupervisoryReviewPolicyV2 -Identity "Policy Name" to remove them.