< Back

Update-AEDevice

Sun Jan 19, 2020 5:55 pm

NAME Update-AEDevice



SYNOPSIS

Updates an existing ActiveEfficiency Device





SYNTAX

Update-AEDevice [-AEServer] <String> [-DeviceID] <String> [-HostName] <String> [[-DomainName] <String>] [[-Fqdn]

<String>] [-Identities] <PSObject[]> [[-Type] <Int32>] [[-CreatedBy] <String>] [<CommonParameters>]





DESCRIPTION

The Update-AEDevice Cmdlet Updates an existing ActiveEfficiency Device.





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



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-HostName <String>

Specifies the Hostname



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DomainName <String>

Specifies the Domain Name



Required? false

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Fqdn <String>

Specifies the Fqdn of the machine. If not specified, it will be created based on Hostname and Domain name



Required? false

Position? 5

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Identities <PSObject[]>

Specifies a list of Identities. At least one must be defined Each Identity should contain - Source (eg

"SMBIOS", or "FQDN")



- Identity (eg "AEC72B25-6D7E-11E1-8967-452301000030", or "MyMachine.Domain.com")



- CreatedBy



Required? true

Position? 6

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Type <Int32>

{{ Fill Type Description }}



Required? false

Position? 7

Default value 0

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-CreatedBy <String>

Specifies the Creator of the entry



Required? false

Position? 8

Default value 1E Nomad

Accept pipeline input? True (ByPropertyName)

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











RELATED LINKS