< Back

Get-AELocation

Sun Jan 19, 2020 5:55 pm

NAME Get-AELocation



SYNOPSIS

Returns ActiveEfficiency Locations.





SYNTAX

Get-AELocation [-AEServer] <String> [[-LocationID] <String>] [[-Top] <Int32>] [[-Skip] <Int32>]

[<CommonParameters>]





DESCRIPTION

The Get-AELocations Cmdlet returns ActiveEfficiency Locations.





PARAMETERS

-AEServer <String>

Specified the URI of the 1E ActiveEfficiency server



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-LocationID <String>

Specifies the AE LocationID



Required? false

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Top <Int32>

Specifies how many entries should be returned in one batch Default is 100. Set to 0 to return all entries

Doesn't apply if LocationID is supplied



Required? false

Position? 3

Default value 100

Accept pipeline input? False

Accept wildcard characters? false



-Skip <Int32>

Specifies how many batches should be skipped Doesn't apply if LocationID is supplied



Required? false

Position? 4

Default value 0

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- EXAMPLE 1 --------------------------



$AEInfo = Get-AELocalDeviceInfo



PS C:\\>$Locations = Get-AELocation -AEServer $AEInfo.PlatformUrl



RELATED LINKS