if name of operating system as lowercase starts with "win" then
(
exists setting "_BESClient_Resource_WorkIdle" whose
(
value of it != "75"
)
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 != "60"
)
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 != "900"
)
of client
)
OR
(
exists setting "_BESClient_Register_IntervalSeconds" whose
(
value of it != "7200"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_IntervalSeconds" whose
(
value of it != "14400"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose
(
value of it != "1800"
)
of client
)
else
(
exists setting "_BESClient_Resource_WorkIdle" whose
(
value of it != "75"
)
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 != "120"
)
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 != "900"
)
of client
)
OR
(
exists setting "_BESClient_Register_IntervalSeconds" whose
(
value of it != "14400"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_IntervalSeconds" whose
(
value of it != "28800"
)
of client
)
OR
(
exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose
(
value of it != "3600"
)
of client
)
if name of operating system as lowercase starts with "win" then (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "75") 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 != "60") 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 != "900") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "7200") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "14400") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "1800") of client) else (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "75") 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 != "120") 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 != "900") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "14400") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "28800") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "3600") of client)