Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-CsCallingLineIdentity
- Module:
- MicrosoftTeams PowerShell module
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
-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
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
Related Links
Feedback
Was this page helpful?
