Skip to content

Commit 92dce96

Browse files
authored
Update Set-CsPhoneNumberAssignment.md
1 parent 66a347a commit 92dce96

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set-CsPhoneNumberAssignment -PhoneNumber <string> -LocationId <string> [<CommonP
2525
### Assignment
2626
```powershell
2727
Set-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String>
28-
[-LocationId <String>] [-AssignmentCategory <string>] [<CommonParameters>]
28+
[-LocationId <String>] [-NetworkSiteId <string>] [-AssignmentCategory <string>] [<CommonParameters>]
2929
```
3030

3131
### Attribute
@@ -172,6 +172,21 @@ Accept pipeline input: False
172172
Accept wildcard characters: False
173173
```
174174
175+
### -NetworkSiteId
176+
This parameter is reserved for internal Microsoft use.
177+
178+
```yaml
179+
Type: System.String
180+
Parameter Sets: (Assignment)
181+
Aliases:
182+
Applicable: Microsoft Teams
183+
184+
Required: False
185+
Default value: None
186+
Accept pipeline input: False
187+
Accept wildcard characters: False
188+
```
189+
175190
### -PhoneNumber
176191
The phone number to assign to the user or resource account. Supports E.164 format like +12065551234 and non-E.164 format like 12065551234. The phone number can not have "tel:" prefixed.
177192
@@ -216,7 +231,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216231
### System.Object
217232
218233
## NOTES
219-
The cmdlet is available in Teams PowerShell module 3.0.0 or later. The parameter set LocationUpdate was introduced in Teams PowerShell module 5.3.1-preview.
234+
The cmdlet is available in Teams PowerShell module 3.0.0 or later. The parameter set LocationUpdate was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0.
220235
221236
The cmdlet is only available in commercial and GCC cloud instances.
222237

0 commit comments

Comments
 (0)