Skip to content

Commit cb30d25

Browse files
committed
Merge branch 'main' into chrisda
2 parents 2c136d1 + 267af2a commit cb30d25

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

skype/skype-ps/skype/Set-CsUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Accept wildcard characters: False
175175
When set to True, enables a user's voice mail calls to be routed to a hosted version of Microsoft Exchange Server.
176176
In addition, setting this option to True enables Skype for Business users to directly place a call to another user's voice mail.
177177

178-
**Note**: It is not required to set this parameter for Microsoft Teams users. This parameter will be deprecated.
178+
**Note**: It is not required to set this parameter for Microsoft Teams users. Using this parameter has been deprecated for Microsoft Teams users in commercial and GCC cloud instances.
179179

180180
```yaml
181181
Type: Boolean

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This cmdlet displays information about one or more phone numbers.
2121
```powershell
2222
Get-CsPhoneNumberAssignment [-ActivationState <string>] [-AssignedPstnTargetId <string>] [-AssignmentCategory <string>]
2323
[-CapabilitiesContain <string>] [-CivicAddressId <string>] [-IsoCountryCode <string>]
24-
[-LocationId <string>] [-NumberType <string>] [-PstnAssignmentStatus <string>] [-Skip <int>] [-TelephoneNumber <string>]
24+
[-LocationId <string>] [-NetworkSiteId <string>] [-NumberType <string>] [-PstnAssignmentStatus <string>] [-Skip <int>] [-TelephoneNumber <string>]
2525
[-TelephoneNumberContain <string>] [-TelephoneNumberGreaterThan <string>] [-TelephoneNumberLessThan <string>]
2626
[-TelephoneNumberStartsWith <string>] [-Top <int>] [<CommonParameters>]
2727
```
@@ -41,6 +41,7 @@ Get-CsPhoneNumberAssignment -TelephoneNumber +14025551234
4141
```
4242
```output
4343
TelephoneNumber : +14025551234
44+
OperatorId : 2b24d246-a9ee-428b-96bc-fb9d9a053c8d
4445
NumberType : CallingPlan
4546
ActivationState : Activated
4647
AssignedPstnTargetId : dc13d97b-7897-494e-bc28-6b469bf7a70e
@@ -52,6 +53,7 @@ IsoCountryCode : US
5253
IsoSubdivision : Nebraska
5354
LocationId : 407c17ae-8c41-431e-894a-38787c682f68
5455
LocationUpdateSupported : True
56+
NetworkSiteId :
5557
PortInOrderStatus :
5658
PstnAssignmentStatus : UserAssigned
5759
PstnPartnerId : 7fc2f2eb-89aa-41d7-93de-73d015d22ff0
@@ -65,6 +67,7 @@ Get-CsPhoneNumberAssignment -TelephoneNumber "+12065551000;ext=524"
6567
```
6668
```output
6769
TelephoneNumber : +12065551000;ext=524
70+
OperatorId : 83d289bc-a4d3-41e6-8a3f-cff260a3f091
6871
NumberType : DirectRouting
6972
ActivationState : Activated
7073
AssignedPstnTargetId : 2713551e-ed63-415d-9175-fc4ff825a0be
@@ -76,6 +79,7 @@ IsoCountryCode :
7679
IsoSubdivision :
7780
LocationId : 00000000-0000-0000-0000-000000000000
7881
LocationUpdateSupported : True
82+
NetworkSiteId :
7983
PortInOrderStatus :
8084
PstnAssignmentStatus : UserAssigned
8185
PstnPartnerId :
@@ -236,6 +240,21 @@ Accept pipeline input: False
236240
Accept wildcard characters: False
237241
```
238242
243+
### -NetworkSiteId
244+
This parameter is reserved for internal Microsoft use.
245+
246+
```yaml
247+
Type: System.String
248+
Parameter Sets: (All)
249+
Aliases:
250+
Applicable: Microsoft Teams
251+
252+
Required: False
253+
Default value: None
254+
Accept pipeline input: False
255+
Accept wildcard characters: False
256+
```
257+
239258
### -NumberType
240259
Filters the returned results based on the number type. Supported values are DirectRouting, CallingPlan, and OperatorConnect.
241260
@@ -414,9 +433,15 @@ The ID of the Location assigned to the phone number.
414433
### LocationUpdateSupported
415434
Boolean stating if updating of the location assigned to the phone number is allowed.
416435
436+
### NetworkSiteId
437+
This parameter is reserved for internal Microsoft use.
438+
417439
### NumberType
418440
The type of the phone number.
419441
442+
### OperatorId
443+
The ID of the operator.
444+
420445
### PortInOrderStatus
421446
The status of any port in order covering the phone number.
422447
@@ -435,7 +460,7 @@ The phone number. The number is always displayed with prefixed "+", even if it w
435460
The object returned is of type SkypeTelephoneNumberMgmtCmdletAcquiredTelephoneNumber.
436461
437462
## NOTES
438-
The cmdlet is available in Teams PowerShell module 4.0.0 or later. The parameter AssignmentCategory was introduced in Teams PowerShell module 5.3.1-preview.
463+
The cmdlet is available in Teams PowerShell module 4.0.0 or later. The parameter AssignmentCategory was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0.
439464
440465
The cmdlet is only available in commercial and GCC cloud instances.
441466

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ 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>
28-
[-LocationId <String>] [-AssignmentCategory <string>] [<CommonParameters>]
33+
[-LocationId <String>] [-NetworkSiteId <string>] [-AssignmentCategory <string>] [<CommonParameters>]
2934
```
3035

3136
### Attribute
@@ -172,6 +177,21 @@ Accept pipeline input: False
172177
Accept wildcard characters: False
173178
```
174179
180+
### -NetworkSiteId
181+
This parameter is reserved for internal Microsoft use.
182+
183+
```yaml
184+
Type: System.String
185+
Parameter Sets: (Assignment)
186+
Aliases:
187+
Applicable: Microsoft Teams
188+
189+
Required: False
190+
Default value: None
191+
Accept pipeline input: False
192+
Accept wildcard characters: False
193+
```
194+
175195
### -PhoneNumber
176196
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.
177197
@@ -216,7 +236,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216236
### System.Object
217237
218238
## 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.
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.
220240
221241
The cmdlet is only available in commercial and GCC cloud instances.
222242

0 commit comments

Comments
 (0)