< Back
Get-AEDeviceContent
Post
NAME Get-AEDeviceContent
SYNOPSIS
Returns ActiveEfficiency Device content.
SYNTAX
Get-AEDeviceContent [-AEServer] <String> [-DeviceID] <String> [[-ContentID] <String>] [<CommonParameters>]
DESCRIPTION
The Get-AEDevice Cmdlet returns ActiveEfficiency Devices content.
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
-ContentID <String>
Specifies the AE device content ID.
Required? false
Position? 3
Default value None
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:\\>$Content = Get-AEDeviceContent -AEServer $AEInfo.PlatformUrl -DeviceID $AEInfo.DeviceId
RELATED LINKS
SYNOPSIS
Returns ActiveEfficiency Device content.
SYNTAX
Get-AEDeviceContent [-AEServer] <String> [-DeviceID] <String> [[-ContentID] <String>] [<CommonParameters>]
DESCRIPTION
The Get-AEDevice Cmdlet returns ActiveEfficiency Devices content.
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
-ContentID <String>
Specifies the AE device content ID.
Required? false
Position? 3
Default value None
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:\\>$Content = Get-AEDeviceContent -AEServer $AEInfo.PlatformUrl -DeviceID $AEInfo.DeviceId
RELATED LINKS