Skip to content

Commit 7233313

Browse files
committed
Merge branch 'main' into chrisda
2 parents f01745c + 22c116c commit 7233313

15 files changed

+153
-161
lines changed

skype/skype-ps/skype/New-CsOnlineLisLocation.md

Lines changed: 55 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ ms.reviewer:
1313
# New-CsOnlineLisLocation
1414

1515
## SYNOPSIS
16-
Use the New-CsOnlineLisLocation cmdlet to either to create a new emergency dispatch location within an existing civic address, or to create both a new civic address and a location assigned to that address.
17-
There can be multiple locations in a civic address.
18-
Typically the civic address designates the building, and locations are specific parts of that building such as a floor, office, or wing.
16+
Use the New-CsOnlineLisLocation cmdlet to create a new emergency dispatch location within an existing civic address. Typically the civic address designates the building, and locations are specific parts of that building such as a floor, office, or wing.
1917

2018
## SYNTAX
2119

@@ -44,19 +42,10 @@ New-CsOnlineLisLocation -CivicAddressId b39ff77d-db51-4ce5-8d50-9e9c778e1617 -Lo
4442

4543
This example creates a new location called "Office 101, 1st Floor" in the civic address specified by its identity.
4644

47-
### Example 2
48-
```powershell
49-
New-CsOnlineLisLocation -Location "Office 202, 2nd Floor" -CompanyName "Contoso" -HouseNumber 3910 -StreetName 163rd -StreetSuffix St -City Bellevue -StateOrProvince WA -CountryOrRegion US -PostalCode 98004 -Description "New civic address location" -Elin TEST_ELIN -Latitude 47.64499 -Longitude -122.12219
50-
```
51-
52-
This example creates a new civic address and a location assigned to the address. Location is called "Office 202, 2st Floor" with Elin string "TEST_ELIN" and latitude and longitude set.
53-
5445
## PARAMETERS
5546

5647
### -CivicAddressId
57-
Specifies the unique identifier of the civic address that will contain the new location.
58-
If specified, no other address description parameters are allowed.
59-
Civic address identities can be discovered by using the Get-CsOnlineLisCivicAddress cmdlet.
48+
Specifies the unique identifier of the civic address that will contain the new location. Civic address identities can be discovered by using the Get-CsOnlineLisCivicAddress cmdlet.
6049

6150
```yaml
6251
Type: Guid
@@ -72,8 +61,7 @@ Accept wildcard characters: False
7261
```
7362
7463
### -Location
75-
Specifies an administrator-defined description of the new location.
76-
For example, "2nd Floor Cafe", "Main Lobby", or "Office 250".
64+
Specifies an administrator-defined description of the new location. For example, "2nd Floor Cafe", "Main Lobby", or "Office 250".
7765
7866
```yaml
7967
Type: String
@@ -104,6 +92,8 @@ Accept wildcard characters: False
10492
### -CountryOrRegion
10593
Specifies the country or region of the civic address.
10694
95+
**Note:** This parameter is not supported and will be deprecated.
96+
10797
```yaml
10898
Type: String
10999
Parameter Sets: CreateCivicAddress
@@ -120,6 +110,8 @@ Accept wildcard characters: False
120110
### -City
121111
Specifies the city of the civic address.
122112
113+
**Note:** This parameter is not supported and will be deprecated.
114+
123115
```yaml
124116
Type: String
125117
Parameter Sets: CreateCivicAddress
@@ -136,6 +128,8 @@ Accept wildcard characters: False
136128
### -CityAlias
137129
Specifies the city alias.
138130
131+
**Note:** This parameter is not supported and will be deprecated.
132+
139133
```yaml
140134
Type: String
141135
Parameter Sets: (All)
@@ -152,6 +146,8 @@ Accept wildcard characters: False
152146
### -CompanyName
153147
Specifies the name of your organization.
154148
149+
**Note:** This parameter is not supported and will be deprecated.
150+
155151
```yaml
156152
Type: String
157153
Parameter Sets: (All)
@@ -168,6 +164,8 @@ Accept wildcard characters: False
168164
### -CompanyTaxId
169165
The company tax ID.
170166
167+
**Note:** This parameter is not supported and will be deprecated.
168+
171169
```yaml
172170
Type: String
173171
Parameter Sets: (All)
@@ -200,6 +198,8 @@ Accept wildcard characters: False
200198
### -Description
201199
Specifies an administrator defined description of the civic address.
202200
201+
**Note:** This parameter is not supported and will be deprecated.
202+
203203
```yaml
204204
Type: String
205205
Parameter Sets: CreateCivicAddress
@@ -214,8 +214,7 @@ Accept wildcard characters: False
214214
```
215215
216216
### -Elin
217-
Specifies the Emergency Location Identification Number.
218-
This is used in Direct Routing EGW scenarios.
217+
Specifies the Emergency Location Identification Number. This is used in Direct Routing EGW scenarios.
219218
220219
```yaml
221220
Type: String
@@ -230,25 +229,11 @@ Accept pipeline input: False
230229
Accept wildcard characters: False
231230
```
232231
233-
### -Force
234-
Suppresses the display of any non-fatal error message that might arise when running the command.
235-
236-
```yaml
237-
Type: SwitchParameter
238-
Parameter Sets: (All)
239-
Aliases:
240-
Applicable: Microsoft Teams
241-
242-
Required: False
243-
Position: Named
244-
Default value: None
245-
Accept pipeline input: False
246-
Accept wildcard characters: False
247-
```
248-
249232
### -HouseNumber
250233
Specifies the numeric portion of the civic address.
251234
235+
**Note:** This parameter is not supported and will be deprecated.
236+
252237
```yaml
253238
Type: String
254239
Parameter Sets: CreateCivicAddress
@@ -266,6 +251,8 @@ Accept wildcard characters: False
266251
Specifies the numeric suffix of the civic address.
267252
For example, if the property was multiplexed, the HouseNumberSuffix parameter would be the multiplex specifier: "425A Smith Avenue", or "425B Smith Avenue".
268253
254+
**Note:** This parameter is not supported and will be deprecated.
255+
269256
```yaml
270257
Type: String
271258
Parameter Sets: (All)
@@ -282,6 +269,8 @@ Accept wildcard characters: False
282269
### -Latitude
283270
Specifies the angular distance of a place north or south of the earth's equator using the decimal degrees format.
284271
272+
**Note:** This parameter is not supported and will be deprecated.
273+
285274
```yaml
286275
Type: String
287276
Parameter Sets: (All)
@@ -298,6 +287,8 @@ Accept wildcard characters: False
298287
### -Longitude
299288
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, using the decimal degrees format.
300289
290+
**Note:** This parameter is not supported and will be deprecated.
291+
301292
```yaml
302293
Type: String
303294
Parameter Sets: (All)
@@ -314,6 +305,8 @@ Accept wildcard characters: False
314305
### -PostalCode
315306
Specifies the postal code of the civic address.
316307
308+
**Note:** This parameter is not supported and will be deprecated.
309+
317310
```yaml
318311
Type: String
319312
Parameter Sets: CreateCivicAddress
@@ -328,8 +321,9 @@ Accept wildcard characters: False
328321
```
329322
330323
### -PostDirectional
331-
Specifies the directional attribute of the civic address which follows the street name.
332-
For example, "425 Smith Avenue NE".
324+
Specifies the directional attribute of the civic address which follows the street name. For example, "425 Smith Avenue NE".
325+
326+
**Note:** This parameter is not supported and will be deprecated.
333327
334328
```yaml
335329
Type: String
@@ -345,8 +339,9 @@ Accept wildcard characters: False
345339
```
346340
347341
### -PreDirectional
348-
Specifies the directional attribute of the civic address which precedes the street name.
349-
For example, "425 NE Smith Avenue ".
342+
Specifies the directional attribute of the civic address which precedes the street name. For example, "425 NE Smith Avenue".
343+
344+
**Note:** This parameter is not supported and will be deprecated.
350345
351346
```yaml
352347
Type: String
@@ -364,6 +359,8 @@ Accept wildcard characters: False
364359
### -StateOrProvince
365360
Specifies the state or province of the civic address.
366361
362+
**Note:** This parameter is not supported and will be deprecated.
363+
367364
```yaml
368365
Type: String
369366
Parameter Sets: CreateCivicAddress
@@ -380,6 +377,8 @@ Accept wildcard characters: False
380377
### -StreetName
381378
Specifies the street name of the civic address.
382379
380+
**Note:** This parameter is not supported and will be deprecated.
381+
383382
```yaml
384383
Type: String
385384
Parameter Sets: CreateCivicAddress
@@ -394,8 +393,9 @@ Accept wildcard characters: False
394393
```
395394
396395
### -StreetSuffix
397-
Specifies the modifier of the street name.
398-
The street suffix will typically be something like street, avenue, way, or boulevard.
396+
Specifies the modifier of the street name. The street suffix will typically be something like street, avenue, way, or boulevard.
397+
398+
**Note:** This parameter is not supported and will be deprecated.
399399
400400
```yaml
401401
Type: String
@@ -443,6 +443,22 @@ Accept pipeline input: False
443443
Accept wildcard characters: False
444444
```
445445
446+
### -Force
447+
Suppresses the display of any non-fatal error message that might arise when running the command.
448+
449+
```yaml
450+
Type: SwitchParameter
451+
Parameter Sets: (All)
452+
Aliases:
453+
Applicable: Microsoft Teams
454+
455+
Required: False
456+
Position: Named
457+
Default value: None
458+
Accept pipeline input: False
459+
Accept wildcard characters: False
460+
```
461+
446462
### CommonParameters
447463
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
448464

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Accept wildcard characters: False
156156
157157
### -NotificationMode
158158
The type of conference experience for security desk notification.
159+
Possible values are NotificationOnly, ConferenceMuted, and ConferenceUnMuted.
159160
160161
```yaml
161162
Type: Microsoft.Teams.Policy.Administration.Cmdlets.Core.NotificationMode

0 commit comments

Comments
 (0)