You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
We were working on getting some of our client's mailboxes archived using retention policies and found that CIPP does not have a convenient way to review and deploy it. as well as assist in troubleshooting.
Ideally, if possible, under the user exchange settings we would be able to:
Set retention policies and view which one is applied to a mailbox.
See retention hold status for troubleshooting purposes since archiving will not run if the retention hold is active. this can also have a toggle to disable the retention hold but I fear this might be dangerous so I'm fine with no ability to toggle the retention hold but at least see if it's enabled or not.
PowerShell commands you would normally use to achieve above request
Setting retention policies:
Set-RetentionPolicy and Get-RetentionPolicy
Mailbox retention hold status and setting.
Get-Mailbox -Identity [email protected] | fl hold
Set-Mailbox [email protected] -RetentionHoldEnabled $false
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
We were working on getting some of our client's mailboxes archived using retention policies and found that CIPP does not have a convenient way to review and deploy it. as well as assist in troubleshooting.
Ideally, if possible, under the user exchange settings we would be able to:
PowerShell commands you would normally use to achieve above request
Setting retention policies:
Set-RetentionPolicy and Get-RetentionPolicy
Mailbox retention hold status and setting.
Get-Mailbox -Identity [email protected] | fl hold
Set-Mailbox [email protected] -RetentionHoldEnabled $false
The text was updated successfully, but these errors were encountered: