< Back

Get-AEDeviceContentDownloadNotification

Sun Jan 19, 2020 5:54 pm

NAME Get-AEDeviceContentDownloadNotification



SYNOPSIS

Returns ActiveEfficiency Device content download notifications.





SYNTAX

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

<Int32>] [-LatestVersionOnly] [<CommonParameters>]





DESCRIPTION

The Get-AEDeviceContentDownloadNotification Cmdlet returns ActiveEfficiency Device content download notifications.





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



-DeviceID <String>

Specifies the AE DeviceID



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Top <Int32>

Specifies how many entries should be returned in one batch



Required? false

Position? 3

Default value 100

Accept pipeline input? False

Accept wildcard characters? false



-Skip <Int32>

Specifies how many batches should be skipped



Required? false

Position? 4

Default value 0

Accept pipeline input? False

Accept wildcard characters? false



-LatestVersionOnly [<SwitchParameter>]

Specifies, if only the latest version should be returned



Required? false

Position? named

Default value False

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:\\>$Notifications = Get-AEDeviceContentDownloadNotifications -AEServer $AEInfo.PlatformUrl -DeviceID

$AEInfo.DeviceId



RELATED LINKS