We execute WMI API "Get-Wmiobject -ComputerName xxxxx -nameSpace root/SecurityCenter2 -Class AntiVirusProduct" to get product state of antivirus product, through which we understand statement of health details.
We also see this option specific to windows 8.1/10 called "Define the number of days before antivirus definitions are considered out of date" if we navigate to "Start->gpedit.msc->Computer Configuration->Administrative
Templates->Windows Components->Windows Defender->Signature Updates". By changing the configuration of this option we expect change in product state output. But we don't see any impact on WMI product state values.
Can you please share what's the significance of this option and if it has any impact on WMI API product state values?
Thanks advance for your help.