Since this Powershell line returns nothing on Servers, and there’s no ‘securityCenter2’ Namespace:
Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like "*antivirus*" }
Is there another way to inventory Antivirus on Windows Server?
Since this Powershell line returns nothing on Servers, and there’s no ‘securityCenter2’ Namespace:
Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like "*antivirus*" }
Is there another way to inventory Antivirus on Windows Server?