top of page

Enable Preservation Lock on Retention Policy

  • Writer: Tatiana Slepukhin-Zamachnaia
    Tatiana Slepukhin-Zamachnaia
  • Aug 11, 2024
  • 1 min read

Updated: Aug 25, 2024

Watch a YouTube video that walks you through the process:





Here is the code featured in the video:


Import-Module ExchangeOnlineManagement

Connect-IPPSSession -UserRPSSession:$false

Get-RetentionCompliancePolicy | Where-Object {$_.RestrictiveRetention -eq $True}

Set-RetentionCompliancePolicy -RestrictiveRetention $True -Identity "Preservation Lock Test"



Kommentare


© 2024 Cloud Confidential Inc.

bottom of page