if name of operating system as lowercase starts with "win" then
(
exists setting "_BESClient_Resource_WorkIdle" whose
(
value of it != "20"
)
of client
)
OR
(
exists setting "_BESClient_Resource_SleepIdle" whose
(
value of it != "480"
)
of client
)
OR
(
exists setting "_BESClient_Report_MinimumInterval" whose
(
value of it != "900"
)
of client
)
OR
(
exists setting "_BESClient_Comm_CommandPollEnable" whose
(
value of it != "1"
)
of client
)
OR
(
exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose
(
value of it != "3600"
)
of client
)
OR
(
exists setting "_BESClient_Register_IntervalSeconds" whose
(
value of it != "41400"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_IntervalSeconds" whose
(
value of it != "302400"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose
(
value of it != "10800"
)
of client
)
else
(
exists setting "_BESClient_Resource_WorkIdle" whose
(
value of it != "10"
)
of client
)
OR
(
exists setting "_BESClient_Resource_SleepIdle" whose
(
value of it != "480"
)
of client
)
OR
(
exists setting "_BESClient_Report_MinimumInterval" whose
(
value of it != "1800"
)
of client
)
OR
(
exists setting "_BESClient_Comm_CommandPollEnable" whose
(
value of it != "1"
)
of client
)
OR
(
exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose
(
value of it != "86400"
)
of client
)
OR
(
exists setting "_BESClient_Register_IntervalSeconds" whose
(
value of it != "82800"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_IntervalSeconds" whose
(
value of it != "604800"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose
(
value of it != "21600"
)
of client
)
if name of operating system as lowercase starts with "win" then (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "20") of client) OR (exists setting "_BESClient_Resource_SleepIdle" whose (value of it != "480") of client) OR (exists setting "_BESClient_Report_MinimumInterval" whose (value of it != "900") of client) OR (exists setting "_BESClient_Comm_CommandPollEnable" whose (value of it != "1") of client) OR (exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose (value of it != "3600") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "41400") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "302400") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "10800") of client) else (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "10") of client) OR (exists setting "_BESClient_Resource_SleepIdle" whose (value of it != "480") of client) OR (exists setting "_BESClient_Report_MinimumInterval" whose (value of it != "1800") of client) OR (exists setting "_BESClient_Comm_CommandPollEnable" whose (value of it != "1") of client) OR (exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose (value of it != "86400") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "82800") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "604800") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "21600") of client)