Seite 1 von 1

opsi-client-agent.msi

Verfasst: 13 Jul 2018, 19:19
von mhambrecht
I am working on new deployment of the OPSI Server. In my new environment it is necessary to try and do the initial integration of existing systems by deploying the agent via Group Policy. I am open to opsi-deploy-client-agent but I need to be sure that it is now up to date to work with Windows 7 and above without me having to try and get the newer version of winexe. I am also not sure if our network still has SMB v1 enabled. I am working on finding that out. Any help with this would be greatly appreciated.

Re: opsi-client-agent.msi

Verfasst: 16 Jul 2018, 12:45
von uncle_scrooge
If you have to/are forced to use GPO for deploying the agent, opsi-deploy-client-agent is of no use. And no winexe is needed.
You would use service_setup.cmd/silent_setup.cmd or an adapted version of the latter.

On SMBv1: If you are running a recent SAMBA version on your OPSI server - which is able to talk SMBv2 and higher - you are done.

Re: opsi-client-agent.msi

Verfasst: 19 Jul 2018, 20:45
von mhambrecht
I was not forced to use GPO but I managed to make an MSI to GPO and it works well.
Thank you