- CheckMates
- :
- Products
- :
- Harmony
- :
- Endpoint
- :
- Silent endpoint client install using AD
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Silent endpoint client install using AD
Hi,
I am trying to push the endpoint initial client using AD but i need the silent installation file so that client is not hamper during the installation. Is there a way i can install the client in the silent way? Or client don't need to trigger the button during the installation.
Thanks
Sagar Manandhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Upgrading client via command line.
1. Create a rule in the deployment for the package that will be deployed to clients “under packages for export”, this need to have specific blades per client deployment.
There are two examples I can think of
• Laptops with FDE,MEPP,AM , Firewall,VPN you need to export this full package
• Desktop with AM,MEPP you will need to export this full package
2. Put the files on an accessible network store accessible by all machines.
3.. I copied the full EPS.msi to the local machine and had to run a command prompt with admin rights and issue this command – msiexec /I “c:\tmp\eps.msi” /l*v /c:\tmp\msi.log /qn UNINST_PASSWORD=secret
You can see from above I had to pass the uninstall password for this.
4.. Once the client was upgrade it rebooted the machine we can stop the reboot with /norestart
