Jump to content


amirjafarian

Established Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by amirjafarian

  1. I used this to find symantec AV: $computers = Get-ADComputer -Filter * foreach ($computer in $computers) { $SymServices = Get-WmiObject -ComputerName $computer.Name Win32_Service -Property Caption -ErrorAction SilentlyContinue |where {$_.Caption -like "*Symantec*"} if ($SymServices.Count -gt 0) { Write-Host "$($computer.Name) protected by Symantec" } }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.