Configure download direct domain list with failback
Log In or Register to download the BES file, and more.

0 Votes

Description

This task will configure an endpoint to directly download content in actions from the following list of well known domains:

*.adobe.com;*.apple.com;*.microsoft.com;*.bigfix.com;*.windowsupdate.com;*.ibm.com;*.google.com;*.mozilla.org

Any download from these sites that fails to download directly from the vendor will be configured to try the client's parent relay

 

Requires a 10.0.1 or higher Bigfix client version.

 


Property Details

ID26704
StatusBeta - Preliminary testing ready for more
TitleConfigure download direct domain list with failback
DomainBESC
SourceInternal
Source Release Date8/11/2020 12:00:00 AM
KeywordsDownload direct, 10.0.1, domain list, client settings
Is TaskTrue
Added by on 8/11/2020 1:19:08 PM
Last Modified by on 8/11/2020 1:19:08 PM
Counters 3073 Views / 31 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 1 fixlet   * Results in a true/false
Show indented relevance
version of client > "10.0.0.133"

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
// turn off global download direct to enable domain based direct download

setting "_BESClient_Download_Direct"="0" on "{parameter "action issue date" of action}" for client

// Specify a list of domains to perform direct download against

setting "_BESClient_Download_Direct_Domainlist"="*.adobe.com;*.apple.com;*.microsoft.com;*.bigfix.com;*.windowsupdate.com;*.ibm.com;*.google.com;*.mozilla.org" on "{parameter "action issue date" of action}" for client

// enable failback to the relay in case direct downloads fail.

setting "_BESClient_Download_DirectRecovery"="1" on "{parameter "action issue date" of action}" for client
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!