< Back

Get-AEDevice

Sun Jan 19, 2020 5:54 pm

NAME Get-AEDevice



SYNOPSIS

Returns ActiveEfficiency Devices.





SYNTAX

Get-AEDevice -AEServer <String> [-DeviceID <String>] [-Top <Int32>] [-Skip <Int32>] [<CommonParameters>]



Get-AEDevice -AEServer <String> [-Subnet <String>] [-Top <Int32>] [-Skip <Int32>] [<CommonParameters>]



Get-AEDevice -AEServer <String> [-IDOnly] [-Top <Int32>] [-Skip <Int32>] [<CommonParameters>]





DESCRIPTION

The Get-AEDevice Cmdlet returns ActiveEfficiency Devices.





PARAMETERS

-AEServer <String>

Specified the URI of the 1E ActiveEfficiency server



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DeviceID <String>

Specifies the AE DeviceID



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Subnet <String>

Specifies the subnet for all neigboring devices to return



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-IDOnly [<SwitchParameter>]

Specifies if only the Devide Ids should be returned Doesn't apply if DeviceID is supplied



Required? false

Position? named

Default value False

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 DeviceID is supplied



Required? false

Position? named

Default value 100

Accept pipeline input? False

Accept wildcard characters? false



-Skip <Int32>

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



Required? false

Position? named

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 --------------------------



$Url = (Get-AELocalDeviceInfo).PlatformUrl



PS C:\\>$Devices = Get-AEDevice -AEServer $Url



RELATED LINKS