SOLVED

Supervision policies are missing from communication compliance

Brass Contributor

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

2 Replies
best response confirmed by Kurt (Brass Contributor)
Solution
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.
Thanks for the info. The command Get-SupervisoryReviewPolicyV2 worked to view the missing policies. I then used Remove-SupervisoryReviewPolicyV2 -Identity "Policy Name" to remove them.
1 best response

Accepted Solutions
best response confirmed by Kurt (Brass Contributor)
Solution
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.

View solution in original post