How do I delete custom value for a group of servers?

(imported topic written by olsonc5891)

At one time, I had to change the _BESCLient_Report_MinimumInterval to a custom value of 900. I no longer want this value and would prefer to delete it and go back to the default of 300. If I right-click on an individual server, I am allowed to delete the custom value. However, If I select a group of servers, I am not allowed to delete the custom entry, only change it.

I now have a mix of servers within the subnet that have no custom value and some with the custom value set at 900. Is there a way to delete the custome value on a group of servers or do I need to leave it and change the entire subnet to the default value?

Please advise…

Thanks,

Chris

(imported comment written by NoahSalzman)

Create an Action that has this Relevance:

exists setting “_BESCLient_Report_MinimumInterval” of client

And this action:

setting delete “_BESCLient_Report_MinimumInterval” on “{parameter “action issue date” of action}” for client

Then target the action at as many computers as needed.

(imported comment written by olsonc5891)

Thanks very much Noah!

Hi Noah,
this will delete only Value of the “BESCLientReport_MinimumInterval” but not key, after deleting the value this relevans not good because it will return true even if Value not exist any more.