Link to home
Start Free TrialLog in
Avatar of kastro
kastroFlag for New Zealand

asked on

how to deploy fireeye agent using gpo

how to deploy fireeye agent using gpo in win server 2012
ASKER CERTIFIED SOLUTION
Avatar of Michael Pfister
Michael Pfister
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can use Powershell to look at installations on computers if you need to verify installations.  The Scripting Guys have a better article on it than I could post here but the snippet is below and you can filter to the fireeye:
Invoke-Command -cn computer1,computer2 -ScriptBlock {Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | select DisplayName, Publisher, InstallDate }

Open in new window


Looking at the product though, is there not some centralized management console which can push the installations?
I believe fireeye have an agent deployment process.
check their documentation.