For some reason the default .adm file that comes with Citrix online plugin 11.2 does not support setting the PN Agent URLĀ (The .adm file can be found in c:\program files\citrix\ica client\configuration) This value has to be set in the registry.
You can use this custom .adm file to set the registry value from a GPO.
CLASS MACHINE
CATEGORY “Citrix”
POLICY “Url for PNAgent”
KEYNAME “SOFTWARE\Citrix\PNAgent”
VALUENAME “ServerURL”
VALUEON “http://servername/Citrix/PNAgent/config.xml”
VALUEOFF “”
EXPLAIN “Sets the url for the Web Interface XenApp Services(PNAgent Site)”
END POLICY
END CATEGORY
Advertisement
0 Responses to “Citrix XenApp PNAgent & Group Policy”