Skip to content

Commit 12cfdbf

Browse files
authored
Merge pull request MicrosoftDocs#11023 from JensTrier/JensTrUpdate14
Various updates
2 parents d9b7ff2 + f783448 commit 12cfdbf

8 files changed

+55
-20
lines changed

skype/skype-ps/skype/New-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,14 @@ Accept wildcard characters: False
9494
```
9595
9696
### -AllowCallRedirect
97-
Setting this parameter provides the ability to configure call redirection capabilities on Teams Phones.
97+
Setting this parameter enables local call redirection for SIP devices connecting via the Microsoft Teams SIP gateway.
98+
9899
99100
Valid options are:
100-
- Enabled: Users will have the ability to redirect received calls.
101-
- Disabled: Users will not have such an ability.
102-
- UserOverride: This option is not available for use. There is no user interface implemented for its management.
101+
- Enabled: Enables the user to redirect an incoming call.
102+
- Disabled: The user is not enabled to redirect an incoming call.
103103
104+
- UserOverride: This option is not available for use.
104105
105106
```yaml
106107
Type: String

skype/skype-ps/skype/New-CsTeamsEmergencyCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Accept wildcard characters: False
140140
```
141141
142142
### -NotificationGroup
143-
NotificationGroup is an email list of users and groups to be notified of an emergency call. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified.
143+
NotificationGroup is an email list of users and groups to be notified of an emergency call via Teams chat. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified.
144144
145145
```yaml
146146
Type: String

skype/skype-ps/skype/Set-CsOnlineLisCivicAddress.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.reviewer:
1616
Use the \`Set-CsOnlineLisCivicAddress\` cmdlet to modify an existing civic address which has not been validated.
1717
Validated civic addresses cannot be modified.
1818

19+
**Note:** This cmdlet is only available for Microsoft internal use.
20+
1921
## SYNTAX
2022

2123
```

skype/skype-ps/skype/Set-CsOnlineLisLocation.md

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,14 @@ Set-CsOnlineLisLocation -LocationId 5aa884e8-d548-4b8e-a289-52bfd5265a6e -Locati
4444

4545
This example changes the location description of the location specified by its location identity.
4646

47-
### Example 2
48-
```powershell
49-
Set-CsOnlineLisLocation -CivicAddressId 5687eb59-9039-4e99-bb89-71771d723b7a -Location "B5 2nd Floor" -Elin "TEST_ELIN"
50-
```
51-
52-
This example changes the Elin of the location specified by its location identity.
53-
5447
## PARAMETERS
5548

5649
### -CivicAddressId
5750
Specifies the unique identifier of the civic address that contains the location to be modified.
5851
Civic address identities can be discovered by using the \`Get-CsOnlineLisCivicAddress\` cmdlet.
5952

53+
**Note:** This parameter is for Microsoft internal use only.
54+
6055
```yaml
6156
Type: Guid
6257
Parameter Sets: UseCivicAddressId
@@ -91,6 +86,8 @@ Accept wildcard characters: False
9186
### -City
9287
Specifies the city of the civic address.
9388
89+
**Note:** This parameter is reserved for internal Microsoft use.
90+
9491
```yaml
9592
Type: String
9693
Parameter Sets: UseCivicAddressId
@@ -124,6 +121,8 @@ Accept wildcard characters: False
124121
### -CompanyName
125122
Specifies the name of your organization.
126123
124+
**Note:** This parameter is reserved for internal Microsoft use.
125+
127126
```yaml
128127
Type: String
129128
Parameter Sets: UseCivicAddressId
@@ -140,6 +139,8 @@ Accept wildcard characters: False
140139
### -CompanyTaxId
141140
The company tax ID.
142141
142+
**Note:** This parameter is reserved for internal Microsoft use.
143+
143144
```yaml
144145
Type: String
145146
Parameter Sets: UseCivicAddressId
@@ -154,7 +155,8 @@ Accept wildcard characters: False
154155
```
155156
156157
### -Confidence
157-
This parameter is reserved for internal Microsoft use.
158+
159+
**Note:** This parameter is reserved for internal Microsoft use.
158160
159161
```yaml
160162
Type: String
@@ -172,6 +174,8 @@ Accept wildcard characters: False
172174
### -CountryOrRegion
173175
Specifies the country or region of the civic address.
174176
177+
**Note:** This parameter is reserved for internal Microsoft use.
178+
175179
```yaml
176180
Type: String
177181
Parameter Sets: UseCivicAddressId
@@ -188,6 +192,8 @@ Accept wildcard characters: False
188192
### -Description
189193
Specifies an administrator defined description of the civic address.
190194
195+
**Note:** This parameter is reserved for internal Microsoft use.
196+
191197
```yaml
192198
Type: String
193199
Parameter Sets: UseCivicAddressId
@@ -202,8 +208,9 @@ Accept wildcard characters: False
202208
```
203209
204210
### -Elin
205-
Specifies the Emergency Location Identification Number.
206-
This is used in Direct Routing EGW scenarios.
211+
Specifies the Emergency Location Identification Number. This is used in Direct Routing EGW scenarios.
212+
213+
**Note:** You can set or change the ELIN, but you can't clear its value. If you need to clear the value, you should recreate the location.
207214
208215
```yaml
209216
Type: String
@@ -239,6 +246,8 @@ Accept wildcard characters: False
239246
### -HouseNumber
240247
Specifies the numeric portion of the civic address.
241248
249+
**Note:** This parameter is reserved for internal Microsoft use.
250+
242251
```yaml
243252
Type: String
244253
Parameter Sets: UseCivicAddressId
@@ -256,6 +265,8 @@ Accept wildcard characters: False
256265
Specifies the numeric suffix of the civic address.
257266
For example, if the property was multiplexed, the HouseNumberSuffix parameter would be the multiplex specifier: "425A Smith Avenue", or "425B Smith Avenue".
258267
268+
**Note:** This parameter is reserved for internal Microsoft use.
269+
259270
```yaml
260271
Type: String
261272
Parameter Sets: UseCivicAddressId
@@ -272,6 +283,8 @@ Accept wildcard characters: False
272283
### -Latitude
273284
Specifies the angular distance of a place north or south of the earth's equator using the decimal degrees format.
274285
286+
**Note:** This parameter is reserved for internal Microsoft use.
287+
275288
```yaml
276289
Type: String
277290
Parameter Sets: (All)
@@ -288,6 +301,8 @@ Accept wildcard characters: False
288301
### -Longitude
289302
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, using the decimal degrees format.
290303
304+
**Note:** This parameter is reserved for internal Microsoft use.
305+
291306
```yaml
292307
Type: String
293308
Parameter Sets: (All)
@@ -320,6 +335,8 @@ Accept wildcard characters: False
320335
### -PostalCode
321336
Specifies the postal code of the civic address.
322337
338+
**Note:** This parameter is reserved for internal Microsoft use.
339+
323340
```yaml
324341
Type: String
325342
Parameter Sets: UseCivicAddressId
@@ -337,6 +354,8 @@ Accept wildcard characters: False
337354
Specifies the directional attribute of the civic address which follows the street name.
338355
For example, "425 Smith Avenue NE".
339356
357+
**Note:** This parameter is reserved for internal Microsoft use.
358+
340359
```yaml
341360
Type: String
342361
Parameter Sets: UseCivicAddressId
@@ -354,6 +373,8 @@ Accept wildcard characters: False
354373
Specifies the directional attribute of the civic address which precedes the street name.
355374
For example, "425 NE Smith Avenue ".
356375
376+
**Note:** This parameter is reserved for internal Microsoft use.
377+
357378
```yaml
358379
Type: String
359380
Parameter Sets: UseCivicAddressId
@@ -370,6 +391,8 @@ Accept wildcard characters: False
370391
### -StateOrProvince
371392
Specifies the state or province of the civic address.
372393
394+
**Note:** This parameter is reserved for internal Microsoft use.
395+
373396
```yaml
374397
Type: String
375398
Parameter Sets: UseCivicAddressId
@@ -386,6 +409,8 @@ Accept wildcard characters: False
386409
### -StreetName
387410
Specifies the street name of the civic address.
388411
412+
**Note:** This parameter is reserved for internal Microsoft use.
413+
389414
```yaml
390415
Type: String
391416
Parameter Sets: UseCivicAddressId
@@ -403,6 +428,8 @@ Accept wildcard characters: False
403428
Specifies a modifier of the street name of the civic address.
404429
The street suffix will typically be something like street, avenue, way, or boulevard.
405430
431+
**Note:** This parameter is reserved for internal Microsoft use.
432+
406433
```yaml
407434
Type: String
408435
Parameter Sets: UseCivicAddressId

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ Accept wildcard characters: False
103103
```
104104
105105
### -AllowCallRedirect
106-
Setting this parameter provides the ability to configure call redirection capabilities on Teams Phones.
106+
Setting this parameter enables local call redirection for SIP devices connecting via the Microsoft Teams SIP gateway.
107107
108108
Valid options are:
109-
- Enabled: Users will have the ability to redirect received calls.
110-
- Disabled: Users will not have such an ability.
111-
- UserOverride: This option is not available for use. There's no user interface implemented for its management.
109+
- Enabled: Enables the user to redirect an incoming call.
110+
- Disabled: The user is not enabled to redirect an incoming call.
111+
- UserOverride: This option is not available for use.
112112
113113
```yaml
114114
Type: String

skype/skype-ps/skype/Set-CsTeamsEmergencyCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136
137137
### -NotificationGroup
138-
NotificationGroup is an email list of users and groups to be notified of an emergency call. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified.
138+
NotificationGroup is an email list of users and groups to be notified of an emergency call via Teams chat. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified.
139139
140140
```yaml
141141
Type: String

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ be flagged as a duplicate number. This is due to the fact that, depending on you
202202
routes your call to an Exchange Auto Attendant. Conversely, dialing just the extension (51297) or using Skype for Business to dial the number 1-425-555-1297 extension 51297 will route your call
203203
directly to the user.
204204

205+
For Direct Routing phone numbers in GCC High and DoD cloud instances, assigning a base phone number to a user or resource account is not supported if you already have other users or resource accounts assigned phone numbers with the same base phone number and extensions or vice versa. For instance, if you have a user with the assigned phone number +14255551200;ext=123 you can't assign the phone number +14255551200 to another user or resource account or if you have a user or resource account with the assigned phone number +14255551200 you can't assign the phone number +14255551200;ext=123 to another user or resource account. Assigning phone numbers with the same base number but different extensions to users and resource accounts is supported. For instance, you can have a user with +14255551200;ext=123 and another user with +14255551200;ext=124.
206+
205207
Note: Extension should be part of the E164 Number. For example if you have 5 digit Extensions then the last 5 digits of the E164 Number should always match the 5 digit extension tel:+14255551297;ext=51297
206208

207209
```yaml

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This cmdlet displays information about one or more phone numbers. You can filter
2727

2828
Returned results are sorted by TelephoneNumber in ascending order.
2929

30+
If you are using both -Skip X and -Top Y for filtering, the returned results will first be skipped by X, and then the top Y results will be returned.
31+
32+
3033
## EXAMPLES
3134

3235
### Example 1

0 commit comments

Comments
 (0)