Click here to Skip to main content
15,949,686 members

Comments by Member 13007431 (Top 16 by date)

Member 13007431 4-Sep-17 3:28am View    
how can i do it sir?? please help me i am new to springs..
Member 13007431 17-May-17 8:04am View    
thank you sir
Member 13007431 17-May-17 5:55am View    
Thank you for your reply sir..

But i am not getting the information below code i have used..

$avSoftware =get-wmiobject -class "Win32_Product" -namespace "root\cimv2" -computername "." -filter "Name Like '%Trend Micro Office%'"

if ($avSoftware.Count -gt 0) {
foreach ($av in $avSoftware) {
write-host $p.Name $p.Version
}
} else {
write-host "No AV software found"
}

when i see in installed software it showed me that Trend Micro Office
Member 13007431 17-May-17 4:44am View    
trend micro office client i am using
Member 13007431 17-May-17 4:27am View    
and also i cant see the security option in control panel