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 coll...
- Jul 13, 2022Use 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.
VasilMichev
Jul 13, 2022MVP
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.
Then use the Get-SupervisoryReviewPolicyV2 cmdlet, or even Get-SupervisoryReviewPolicy if they are old old.
- KurtJul 13, 2022Brass 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.