Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Remove-CsCallingLineIdentity
- Module:
- MicrosoftTeams PowerShell module
Use the Remove-CsCallingLineIdentity cmdlet to remove a Caller ID policy from your organization.
Syntax
Default (Default)
Remove-CsCallingLineIdentity
[-Identity] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
This cmdlet will remove a Caller ID policy from your organization or resets the Global policy instance to the default values.
Examples
Example 1
PS C:\> Remove-CsCallingLineIdentity -Identity Anonymous
This example removes a Caller ID policy.
Parameters
-Confirm
Applicable: Microsoft Teams
The Confirm switch causes the command to pause processing, and requires confirmation to proceed.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | cf |
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
-WhatIf
Applicable: Microsoft Teams
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | wi |
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.
Related Links
Feedback
Was this page helpful?
