eagle876291
Member
- Messages
- 15
- Reaction score
- 0
- Points
- 1
We are rolling out the GlobalPortect client and have 4 sites configured and I would like to use the MSIEXEC command to install the client but I'm not able to get it to work with multiple portals - has anyone been able to get this to work?
I tried something like comma-separated, space-separated, semicolon:
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.example.com”,"newportal.example.com"
or
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.example.com”;"newportal.example.com"
or
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.example.com,newportal.example.com"
and so on ...
Any suggestions would be greatly appreciated.
I tried something like comma-separated, space-separated, semicolon:
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.example.com”,"newportal.example.com"
or
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.example.com”;"newportal.example.com"
or
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.example.com,newportal.example.com"
and so on ...
Any suggestions would be greatly appreciated.