Get-VBOGlobalRetentionExclusion
Short Description
Returns global retention policy settings for contacts and calendars.
Syntax
|
Get-VBOGlobalRetentionExclusion [<CommonParameters>] |
Detailed Description
This cmdlet returns the following global retention policy settings for contacts and calendars:
- SkipCalendar
- If set to True, retention policy will not be applied to calendars.
- If set to False, retention policy will be applied to calendars.
- Default: False.
- SkipContact
- If set to True, retention policy will not be applied to contacts.
- If set to False, retention policy will be applied to contacts.
- Default: False.
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOGlobalRetentionExclusion object that contains retention policy settings for calendars and contacts.
Examples
Getting Details on Retention Policy
This command returns retention policy settings for calendars and contacts.
|
Get-VBOGlobalRetentionExclusion SkipCalendar SkipContacts ------------ ------------ False False |