Forum Discussion
terzogenito
May 20, 2021Copper Contributor
Add OneDrive location to an existing retention policy
Hi: We have an existing OneDrive inclusion retention policy that specifically designates specific OneDrive accounts to have a longer retention period than others. I would like to add additional u...
- May 20, 2021Just add it via PowerShell? https://docs.microsoft.com/en-us/powershell/module/exchange/set-retentioncompliancepolicy?view=exchange-ps
VasilMichev
MVP
Just add it via PowerShell? https://docs.microsoft.com/en-us/powershell/module/exchange/set-retentioncompliancepolicy?view=exchange-ps
terzogenito
May 26, 2021Copper Contributor
ThanksVasilMichev
The following command worked:
Set-RetentionCompliancePolicy -Identity <PolicyIdParameter> -AddOneDriveLocation <MultiValuedProperty>
Hopefully the compliance admin portal will be updated in the future to allow edits there are well.