Skip to content

Commit 11d6db5

Browse files
authored
Update Set-CsPhoneNumberAssignment.md
1 parent ab2bf96 commit 11d6db5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ This cmdlet will assign a phone number to a user or a resource account (online a
2222
Set-CsPhoneNumberAssignment -PhoneNumber <string> -LocationId <string> [<CommonParameters>]
2323
```
2424

25+
### NetworkSiteUpdate
26+
```powershell
27+
Set-CsPhoneNumberAssignment -PhoneNumber <string> -NetworkSiteId <string> [<CommonParameters>]
28+
```
29+
2530
### Assignment
2631
```powershell
2732
Set-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String>
@@ -231,7 +236,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
231236
### System.Object
232237
233238
## NOTES
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.
239+
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. The parameter set NetworkSiteUpdate was introduced in Teams PowerShell module 5.5.1-preview.
235240
236241
The cmdlet is only available in commercial and GCC cloud instances.
237242

0 commit comments

Comments
 (0)