Skip to content

Commit 6671d19

Browse files
authored
Update Set-CsPhoneNumberAssignment.md
The Set-CsPhoneNumberAssignment cmdlet just went live in the DoD around April 6th, 2025. The Set-CsUser cmdlet has been depracated. I included GCC-H and DoD since these are the tenants that usually receive updates at the same time.
1 parent 1a425e4 commit 6671d19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,15 @@ This example shows how to turn off reverse number lookup (RNL) on a phone number
148148
```powershell
149149
Set-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber '+14255551234' -PhoneNumberType CallingPlan -AssignmentCategory Private
150150
```
151-
This example shows how to assign a private phone number (incoming calls only) to a user.
151+
This example shows how to assign a private phone number (incoming calls only) to a user.
152+
152153

153154

154155
## PARAMETERS
155156

156157
### -AssignmentCategory
157-
This parameter indicates the phone number assignment category if it isn't the primary phone number. For example, a Private line can be assigned to a user using '-AssignmentCategory Private'.
158+
This parameter indicates the phone number assignment category if it isn't the primary phone number. For example, a Private line can be assigned to a user using '-AssignmentCategory Private'.
159+
158160

159161
```yaml
160162
Type: System.String
@@ -294,7 +296,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
294296
## NOTES
295297
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.
296298
297-
The cmdlet is only available in commercial and GCC cloud instances.
299+
The cmdlet is available in Commercial, GCC, GCC-H, and DoD cloud instances.
298300
299301
If a user or resource account has a phone number set in Active Directory on-premises and synched into Microsoft 365, you can't use Set-CsPhoneNumberAssignment to set the phone number. You will have to clear the phone number from the on-premises Active Directory and let that change sync into Microsoft 365 first.
300302

0 commit comments

Comments
 (0)