< Back

Update-AEDeviceContent

Sun Jan 19, 2020 5:55 pm

NAME Update-AEDeviceContent



SYNOPSIS

Updates an existing ActiveEfficiency Device content entry.





SYNTAX

Update-AEDeviceContent [-AEServer] <String> [-DeviceID] <String> [-ContentID] <String> [[-Percent] <Int32>]

[[-EndTime] <DateTime>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

The Update-AEDeviceContent Cmdlet updates an existing new ActiveEfficiency Devices content entry.





PARAMETERS

-AEServer <String>

Specified the URL 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 ContentID



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Percent <Int32>

Specifies the current percentage of the downloaded content Will be 100% on default.



Required? false

Position? 4

Default value 100

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-EndTime <DateTime>

Specifies the endtime of the download



Required? false

Position? 5

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



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





Only Percent and EndTime can be updated. Name, Version, Size, NumberOfFiles, and StartTime can't be updated.

Need to remove and re-add the entry to update.



-------------------------- EXAMPLE 1 --------------------------











RELATED LINKS