< Back

Get-AEDeviceTag

Sun Jan 19, 2020 5:54 pm

NAME Get-AEDeviceTag



SYNOPSIS

Returns ActiveEfficiency Device tags.





SYNTAX

Get-AEDeviceTag [-AEServer] <String> [-DeviceID] <String> [[-Category] <String>] [[-Name] <String>] [[-Index]

<Int32>] [<CommonParameters>]





DESCRIPTION

The Get-AEDevice Cmdlet returns ActiveEfficiency Device tags.





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

Accept wildcard characters? false



-Category <String>

Specifies the Tag Category



Required? false

Position? 3

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the Tag name



Required? false

Position? 4

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Index <Int32>

Specifies the Tag Index



Required? false

Position? 5

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:\\>$Tags = Get-AEDeviceTag -AEServer $AEInfo.PlatformUrl -DeviceID $AEInfo.DeviceId



RELATED LINKS