You can try something like this .. At first try Get-WmiObject Win32_Product | ? { $_.Name -like "*Forefront*" } locally, i don't have forefront here so i don't know how it's named in Win32_Product list
You first have to find what is the fore front name in WIN32_Product class...
You will have to laucnh a powershell console and put your hands on it