Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

New-CsOnlineLisLocation

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.

Syntax

Default (Default)

New-CsOnlineLisLocation
 -Location <string>
 -CivicAddressId <guid>
 [-Elin <string>]
 [-Force]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Examples

Example 1

New-CsOnlineLisLocation -CivicAddressId b39ff77d-db51-4ce5-8d50-9e9c778e1617 -Location "Office 101, 1st Floor"

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

Parameters

-City

Applicable: Microsoft Teams

Specifies the city of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-CityAlias

Applicable: Microsoft Teams

Specifies the city alias.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-CivicAddressId

Applicable: Microsoft Teams

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.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-CompanyName

Applicable: Microsoft Teams

Specifies the name of your organization.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Name

Parameter sets

-CompanyTaxId

Applicable: Microsoft Teams

The company tax ID.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Confidence

Applicable: Microsoft Teams

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Confirm

Applicable: Microsoft Teams

The Confirm switch causes the command to pause processing, and requires confirmation to proceed.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-CountryOrRegion

Applicable: Microsoft Teams

Specifies the country or region of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Country

Parameter sets

-Description

Applicable: Microsoft Teams

Specifies an administrator defined description of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Elin

Applicable: Microsoft Teams

Specifies the Emergency Location Identification Number. This is used in Direct Routing EGW scenarios.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Force

Applicable: Microsoft Teams

Suppresses the display of any non-fatal error message that might arise when running the command.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-HouseNumber

Applicable: Microsoft Teams

Specifies the numeric portion of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-HouseNumberSuffix

Applicable: Microsoft Teams

Specifies the numeric suffix of the civic address. For example, if the property was multiplexed, the HouseNumberSuffix parameter would be the multiplex specifier: "425A Smith Avenue", or "425B Smith Avenue".

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Latitude

Applicable: Microsoft Teams

Specifies the angular distance of a place north or south of the earth's equator using the decimal degrees format.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Location

Applicable: Microsoft Teams

Specifies an administrator-defined description of the new location. For example, "2nd Floor Cafe", "Main Lobby", or "Office 250".

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Longitude

Applicable: Microsoft Teams

Specifies the angular distance of a place east or west of the meridian at Greenwich, England, using the decimal degrees format.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-PostalCode

Applicable: Microsoft Teams

Specifies the postal code of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-PostDirectional

Applicable: Microsoft Teams

Specifies the directional attribute of the civic address which follows the street name. For example, "425 Smith Avenue NE".

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-PreDirectional

Applicable: Microsoft Teams

Specifies the directional attribute of the civic address which precedes the street name. For example, "425 NE Smith Avenue".

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-StateOrProvince

Applicable: Microsoft Teams

Specifies the state or province of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:State

Parameter sets

-StreetName

Applicable: Microsoft Teams

Specifies the street name of the civic address.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-StreetSuffix

Applicable: Microsoft Teams

Specifies the modifier of the street name. The street suffix will typically be something like street, avenue, way, or boulevard.

Note: This parameter is not supported and is deprecated.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

Applicable: Microsoft Teams

The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Related Links


Feedback

Was this page helpful?