Edit

Share via


Get-CsOnlineDialinConferencingPolicy

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

Syntax

Identity (Default)

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

Filter

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

Applicable: Microsoft Teams

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: Microsoft Teams

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.

Parameter properties

Type:XdsIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LocalStore

Applicable: Microsoft Teams

Reserved for Microsoft Internal use.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.