Remove-CsPhoneNumberTag
This cmdlet allows admin to remove a tag from phone number.
Syntax
Remove-CsPhoneNumberTag
-Tag <String>
[-PhoneNumber <String>]
[<CommonParameters>]
Description
This cmdlet allows telephone number administrators to remove existing tags from any telephone numbers. This method does not delete the tag from the system if the tag is assigned to other telephone numbers.
Examples
Example 1
PS C:\> Remove-CsPhoneNumberTag -PhoneNumber +123456789 -Tag "HR"
This example shows how to remove the tag "HR" from telephone number +123456789.
Parameters
-PhoneNumber
Indicates the phone number for the the tag to be removed from
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tag
Indicates the tag to be removed.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Boolean