how to deploy and configure citrix ICA client
With version 12 of the online ICA client Citrix changed the package to an EXE wrapper with some MSI stuck in it.
They also seemed to get rid some of the configuration setting in the included ADM file to manage via group policy.
The method to customize the ICA client install can be found on the citrix production documentation
For me the key setting I wanted was to configure the Web Interface server location on the client. This can be done with the SERVER_LOCATION switch.
Here?s a full command-line install example:
CitrixOnlinePluginFull.exe /silent ADDLOCAL="ICA_Client,PN_Agent,SSON" ENABLE_SSON="no" INSTALLDIR="c:\test" ENABLE_DYNAMIC_CLIENT_NAME="Yes" DEFAULT_NDSCONTEXT="Context1,Context2" SERVER_LOCATION=http://testserver.net
This will allow me to deploy the client, I just wish I could control the Server_location via GPO encase I even need to change the WUI URL.
?
Related articles
- How would you like to reset your webserver from anyplace. and device, anytime using a Citrix Xenapp Published App? (kenzig.blogspot.com)
- Citrix Set to Participate in the 2010 Interop New York Conference (eon.businesswire.com)
- enStratus Announces Support for Citrix XenServer (prweb.com)
More Stories
Security URL scanners
As the internet continues to evolve, so do the threats that come with it. One of the most common threats...
Security tools bookmarks
As I'm learning about different security tools and solutions, I keep adding to my bookmarks for follow-up. Today, I'm sharing...
Collection of build numbers
I feel like I'm always looking for an applications history of builds. Sometimes its for windows 10 others for different...
Running office365 on non-persistent VDI desktops
We are working on building our our win10 image with o365 and onedrive. I'm capturing a few links I found...
how to delegate rights to manage printers
Here are some helpful post on setting up delegation on print servers, this includes some powershell scripts to help.
How to configure powershell for o365
Everytime you get a new computer you have to download the latest powershell modules for o365 and it seems like...