Get-CsOnlineDialinConferencingPolicy

Retrieves the available Dial-in Conferencing policies in the tenant.

Syntax

Get-CsOnlineDialinConferencingPolicy
   [[-Identity] <XdsIdentity>]
   [-LocalStore]
   [<CommonParameters>]
Get-CsOnlineDialinConferencingPolicy
   [-Filter <String>]
   [-LocalStore]
   [<CommonParameters>]

Description

Retrieves the available Dial-in Conferencing policies in the tenant.

Examples

-------------------------- Example 1 --------------------------

Get-CsOnlineDialinConferencingPolicy

This example retrieves all the available Dial in Conferencing policies in the tenant.

Parameters

-Filter

This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Identity

A unique identifier specifying the scope and, in some cases the name, of the policy. If this parameter is omitted, all policies for the organization are returned.

Type:XdsIdentity
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-LocalStore

Reserved for Microsoft Internal use.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams