ADM template for Citrix PNAgent URL for XenApp 6.5

I was recently involved in a migration project where we had to populate the PNagent URL for XenApp on the published desktops. Guess what, Citrix has removed the PNagent setting from the Citrix client adm template. The below lines could be copied and pasted on a notepad and saved as a .ADM file which could later be used in Group Policy Management editor.

CLASS MACHINE
CATEGORY “Citrix PNA”
POLICY “Set PNA x64 URL”
KEYNAME “SOFTWARE\Wow6432Node\Citrix\PNAgent”
PART “PNA URL”
EDITTEXT
DEFAULT “http://your-wi-server/citrix/pnagent/config.xml”
VALUENAME “ServerURL”
END PART
END POLICY
END CATEGORY