Get-CsTeamsEventsPolicy

Returns information about the Teams Events policy. Note that this policy is currently still in preview.

Syntax

Get-CsTeamsEventsPolicy
   [[-Identity] <String>]
   [<CommonParameters>]
Get-CsTeamsEventsPolicy
   [-Filter <String>]
   [<CommonParameters>]

Description

Returns information about the Teams Events policy. TeamsEventsPolicy is used to configure options for customizing Teams Events experiences.

Examples

Example 1

PS C:\> Get-CsTeamsEventsPolicy

Returns information for all Teams Events policies available for use in the tenant.

Example 2

PS C:\> Get-CsTeamsEventsPolicy -Identity Global

Returns information for Teams Events policy with identity "Global".

Parameters

-Filter

Enables using wildcards when specifying the policy (or policies) to be retrieved. Note that you cannot use both the Filter and the Identity parameters in the same command.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

Unique identifier assigned to the Teams Events policy.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object