Edit

Share via


Get-CsCallingLineIdentity

Use the Get-CsCallingLineIdentity cmdlet to display the Caller ID policies for your organization.

Syntax

Identity (Default)

Get-CsCallingLineIdentity
    [[-Identity] <string>]
    [<CommonParameters>]

Filter

Get-CsCallingLineIdentity
    [-Filter <string>]
    [<CommonParameters>]

Description

Use the Get-CsCallingLineIdentity cmdlet to display the Caller ID policies for your organization.

Examples

Example 1

PS C:\> Get-CsCallingLineIdentity

The example gets and displays the Caller ID policies for your organization.

Example 2

PS C:\> Get-CsCallingLineIdentity -Filter "tag:Sales*"

The example gets and displays the Caller ID policies with Identity starting with Sales.

Parameters

-Filter

Applicable: Microsoft Teams

The Filter parameter lets you insert a string through which your search results are filtered.

Parameter properties

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

Parameter sets

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

-Identity

Applicable: Microsoft Teams

The Identity parameter identifies the Caller ID policy.

Parameter properties

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

Parameter sets

(Identity)
Position:1
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.

Inputs

None