You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/New-CsOnlineLisLocation.md
+55-39Lines changed: 55 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ ms.reviewer:
13
13
# New-CsOnlineLisLocation
14
14
15
15
## 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.
This example creates a new location called "Office 101, 1st Floor" in the civic address specified by its identity.
46
44
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
-
54
45
## PARAMETERS
55
46
56
47
### -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.
Specifies the numeric suffix of the civic address.
267
252
For example, if the property was multiplexed, the HouseNumberSuffix parameter would be the multiplex specifier: "425A Smith Avenue", or "425B Smith Avenue".
268
253
254
+
**Note:** This parameter is not supported and will be deprecated.
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.
399
399
400
400
```yaml
401
401
Type: String
@@ -443,6 +443,22 @@ Accept pipeline input: False
443
443
Accept wildcard characters: False
444
444
```
445
445
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
+
446
462
### CommonParameters
447
463
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).
0 commit comments