< Back

Get-AEContentDistributionJob

Sun Jan 19, 2020 5:54 pm

NAME Get-AEContentDistributionJob



SYNOPSIS

Returns ActiveEfficiency Content Distribution Jobs.





SYNTAX

Get-AEContentDistributionJob [-AEServer] <String> [<CommonParameters>]





DESCRIPTION

The Get-AEContentDistributionJob Cmdlet returns ActiveEfficiency Content Distribution Jobs (Precache Jobs).





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



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



$Url = (Get-AELocalDeviceInfo).PlatformUrl



PS C:\\>$Jobs = Get-AEContentDistributionJobs -AEServer $Url



RELATED LINKS