< Back
New-AEDeviceContent
Post
NAME New-AEDeviceContent
SYNOPSIS
Creates new ActiveEfficiency Device content.
SYNTAX
New-AEDeviceContent [-AEServer] <String> [-DeviceID] <String> [-Name] <String> [-Version] <Int32> [[-Size]
<Int32>] [[-NumberOfFiles] <Int32>] [[-Percent] <Int32>] [[-StartTime] <DateTime>] [[-EndTime] <DateTime>]
[<CommonParameters>]
DESCRIPTION
The New-AEDeviceContent Cmdlet creates new ActiveEfficiency Devices content.
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
-Name <String>
Specifies the content name Typically the SCCM PackageID or Content ID of the application or update
Required? true
Position? 3
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Version <Int32>
Specifies the content version
Required? true
Position? 4
Default value 0
Accept pipeline input? False
Accept wildcard characters? false
-Size <Int32>
Specifies the size of the content in Bytes
Required? false
Position? 5
Default value 0
Accept pipeline input? False
Accept wildcard characters? false
-NumberOfFiles <Int32>
Specifies the number of files of the content.
Required? false
Position? 6
Default value 1
Accept pipeline input? False
Accept wildcard characters? false
-Percent <Int32>
Specifies the current percentage of the downloaded content Will be 100% on default.
Required? false
Position? 7
Default value 100
Accept pipeline input? False
Accept wildcard characters? false
-StartTime <DateTime>
Specifies the starttime of the download
Required? false
Position? 8
Default value (Get-Date)
Accept pipeline input? False
Accept wildcard characters? false
-EndTime <DateTime>
Specifies the endtime of the download
Required? false
Position? 9
Default value (Get-Date)
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
CreatedBy is not supported by the api call.
-------------------------- EXAMPLE 1 --------------------------
RELATED LINKS
SYNOPSIS
Creates new ActiveEfficiency Device content.
SYNTAX
New-AEDeviceContent [-AEServer] <String> [-DeviceID] <String> [-Name] <String> [-Version] <Int32> [[-Size]
<Int32>] [[-NumberOfFiles] <Int32>] [[-Percent] <Int32>] [[-StartTime] <DateTime>] [[-EndTime] <DateTime>]
[<CommonParameters>]
DESCRIPTION
The New-AEDeviceContent Cmdlet creates new ActiveEfficiency Devices content.
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
-Name <String>
Specifies the content name Typically the SCCM PackageID or Content ID of the application or update
Required? true
Position? 3
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Version <Int32>
Specifies the content version
Required? true
Position? 4
Default value 0
Accept pipeline input? False
Accept wildcard characters? false
-Size <Int32>
Specifies the size of the content in Bytes
Required? false
Position? 5
Default value 0
Accept pipeline input? False
Accept wildcard characters? false
-NumberOfFiles <Int32>
Specifies the number of files of the content.
Required? false
Position? 6
Default value 1
Accept pipeline input? False
Accept wildcard characters? false
-Percent <Int32>
Specifies the current percentage of the downloaded content Will be 100% on default.
Required? false
Position? 7
Default value 100
Accept pipeline input? False
Accept wildcard characters? false
-StartTime <DateTime>
Specifies the starttime of the download
Required? false
Position? 8
Default value (Get-Date)
Accept pipeline input? False
Accept wildcard characters? false
-EndTime <DateTime>
Specifies the endtime of the download
Required? false
Position? 9
Default value (Get-Date)
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
CreatedBy is not supported by the api call.
-------------------------- EXAMPLE 1 --------------------------
RELATED LINKS