Hello
Is it possible to make dci that checks Network Discovery status, for example if "Disabled", "Active only" or "Active and Passive". Yesterday i noticed that for some reason it was set to disabled but it should be active.
Discovery settings in gui just reflect a number of Server Configuration Variables. So you can do script DCI (or Dummy internal DCI with transformation script) and have this:
return GetConfigurationVariable("NetworkDiscovery.Type");
Many thanks!
Wish all those litle snipets of info would be published. :)