Get-CsOnlineLisLocation
Use the Get-CsOnlineLisLocation cmdlet to retrieve information on previously defined locations in the Location Information Service (LIS.)
Syntax
Get-CsOnlineLisLocation
[-PopulateNumberOfVoiceUsers]
[-PopulateNumberOfTelephoneNumbers]
[-AssignmentStatus <String>]
[-City <String>]
[-CountryOrRegion <String>]
[-Description <String>]
[-ValidationStatus <String>]
[-ResultSize <Int32>]
[-NumberOfResultsToSkip <Int32>]
[-Tenant <Guid>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineLisLocation
-CivicAddressId <Guid>
[-PopulateNumberOfVoiceUsers]
[-PopulateNumberOfTelephoneNumbers]
[-AssignmentStatus <String>]
[-City <String>]
[-CountryOrRegion <String>]
[-Description <String>]
[-ValidationStatus <String>]
[-ResultSize <Int32>]
[-NumberOfResultsToSkip <Int32>]
[-Tenant <Guid>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineLisLocation
[-PopulateNumberOfVoiceUsers]
[-PopulateNumberOfTelephoneNumbers]
[-LocationId <Guid>]
[-AssignmentStatus <String>]
[-City <String>]
[-CountryOrRegion <String>]
[-Description <String>]
[-ValidationStatus <String>]
[-ResultSize <Int32>]
[-NumberOfResultsToSkip <Int32>]
[-Tenant <Guid>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Get-CsOnlineLisLocation
[-PopulateNumberOfVoiceUsers]
[-PopulateNumberOfTelephoneNumbers]
-Location <String>
[-AssignmentStatus <String>]
[-City <String>]
[-CountryOrRegion <String>]
[-Description <String>]
[-ValidationStatus <String>]
[-ResultSize <Int32>]
[-NumberOfResultsToSkip <Int32>]
[-Tenant <Guid>]
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Examples
-------------------------- Example 1 --------------------------
Get-CsOnlineLisLocation -City Seattle -ResultSize 25 -ValidationStatus Validated
This example returns a maximum of 25 validated locations in Seattle.
-------------------------- Example 2 --------------------------
Get-CsOnlineLisLocation -CivicAddressId a363a9b8-1acd-41de-916a-296c7998a024
This example returns the locations associated with a civic address specified by its unique identifier.
-------------------------- Example 3 --------------------------
Get-CsOnlineLisLocation -Location "3rd Floor Cafe"
This example returns the location described as the "3rd Floor Cafe".
-------------------------- Example 4 --------------------------
Get-CsOnlineLisLocation -LocationId 5aa884e8-d548-4b8e-a289-52bfd5265a6e
This example returns the information on one location specified by its unique identifier.
Parameters
Note: This parameter has been deprecated from the Teams PowerShell Module version 3.0.0 or later.
Specifies whether the retrieved locations have been assigned to users or not. Valid inputs are "Assigned", or "Unassigned".
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the city of the target location.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the identification number of the civic address that is associated with the target locations.
Type: | Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the country or region of the target location.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the administrator defined description of the civic address that is associated with the target locations.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
This parameter is reserved for internal Microsoft use.
Type: | Fqdn |
Aliases: | DC |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies an administrator defined description of the location to retrieve. For example, "2nd Floor Cafe", "Main Lobby", or "Office 250".
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the unique identifier of the target location.
Type: | Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Note: This parameter has been deprecated from the Teams PowerShell Module version 3.0.0 or later.
Specifies the number of results to skip. If there are a large number of locations, you can limit the number of returns by using the ResultSize parameter. If you limited the first cmdlet execution to 25 results, and want to look at the next 25 locations, then you leave ResultSize at 25 and set NumberOfResultsToSkip to 25 to omit the first 25 you've reviewed. For example the command below will return locations 26-50 for Seattle.
`Get-CsOnlineLisLocation -City Seattle -ResultSize 25 -NumberOfResultsToSkip 25`
Type: | Int32 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
{{Fill PopulateNumberOfTelephoneNumbers Description}}
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
If present, the PopulateNumberOfVoiceUsers switch causes the cmdlet to provide the number of voice users at the returned locations.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the maximum number of results to return.
Type: | Int32 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
This parameter is reserved for internal Microsoft use.
Type: | Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Specifies the validation status of the addresses to be returned. Valid inputs are: Valid, Invalid, and Notvalidated.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Inputs
None
Outputs
Returns an instance, or instances of emergency location objects.
Feedback
Submit and view feedback for