編輯

共用方式為


Update-CsPhoneNumberTag

This cmdlet allows admin to update existing telephone number tags.

Syntax

Update-CsPhoneNumberTag
      -NewTag <String>
      -Tag <String>
      [<CommonParameters>]

Description

This cmdlet can be used to update existing tags for telephone numbers. Tags can be up to 50 characters long, including spaces, and can contain multiple words. They are not case-sensitive. An admin can get a list of all existing tags using Get-CsPhoneNumberTag.

Examples

Example 1

PS C:\> Update-CsPhoneNumberTag -Tag "Redmond" -NewTag "Redmond HQ"

This example shows how to update an existing tag "Redmond" to "Redmond HQ"

Parameters

-NewTag

This is the new tag. A tag can be maximum 50 characters long.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Tag

This is the old tag which the admin wants to update.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Boolean