Configure download direct domain list with failback
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
26704 | |
Beta - Preliminary testing ready for more | |
Configure download direct domain list with failback | |
BESC | |
Internal | |
8/11/2020 12:00:00 AM | |
Download direct, 10.0.1, domain list, client settings | |
True | |
Jsaylor on 8/11/2020 1:19:08 PM | |
Jsaylor on 8/11/2020 1:19:08 PM | |
3073 Views / 31 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
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: |