BES Client Setting: Relay Affiliation SeekList
3 Votes |
Description
This task will set the Relay SeekList on an endpoint to be a relay on the local subnet, failing that it will use the BESServer.
This should help vastly reduce the number of endpoints that are connecting to relays on other sites.
Property Details
3916 | |
Production - Fully Tested and Ready for Production | |
BES Client Setting: Relay Affiliation SeekList | |
BES | |
BES Client Setting | |
0 | |
Internal | |
2/3/2014 12:00:00 AM | |
Relay Affiliation, Client Seeklist | |
gavinmclean on 11/5/2014 9:25:54 PM | |
gavinmclean on 11/5/2014 9:25:54 PM | |
12095 Views / 90 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 2 fixlets | * Results in a true/false |

((if exists property "in proxy agent context" then ( not in proxy agent context ) else true ) AND (if exists property "android" of type "operating system" then (not android of operating system) else true))
Used in 1 fixlet | * Results in a true/false |

(exists setting "__RelaySelect_Automatic" of client) AND (value of it is (("1") as string)) of setting "__RelaySelect_Automatic" of client
Used in 1 fixlet | * Results in a true/false |

if (exists setting "_BESClient_Register_Affiliation_SeekList" of client) then ((value of settings "_BESClient_Register_Affiliation_SeekList" of client) does not contain (registration subnet address of client as string)) else true
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
// set the seeklist using the registration subnet, with the BES Root Server as a fallback
setting "_BESClient_Register_Affiliation_SeekList"="{registration subnet address of client as string};PrimarySite;*" on "{now}" for client
// force a relay selection
relay select
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
Worked fine after adding Location by subnet property, thank you |
![]() |
|
Works perfectly! Thanks for posting. |