Get-VBOGlobalRetentionExclusion

Short Description

Returns global retention policy settings for contacts and calendars.

Syntax

Get-VBOGlobalRetentionExclusion

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 CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOGlobalRetentionExclusionobject that contains retention policy settings for calendars and contacts.

Examples

Get-VBOGlobalRetentionExclusionExample 1. Getting Details on Retention Policy

This command returns retention policy settings for calendars and contacts.

Get-VBOGlobalRetentionExclusion

                   SkipCalendar                                                SkipContacts

                   ------------                                                ------------

                          False                                                       False