
- #Citrix reciver with xenapp 6.5 how to
- #Citrix reciver with xenapp 6.5 install
- #Citrix reciver with xenapp 6.5 update
- #Citrix reciver with xenapp 6.5 windows
When I try to run a simple command from Powershell with Citrix 6.5 Server SDK, like “GET-XAFarm” i received a message that citrix commands must be executed at the Citrix server or using remoting. I installed the XenApp 6.5 SDK in a Data Collector Machine. I am trying to run a script to health check a XenApp 5, but it not work.
#Citrix reciver with xenapp 6.5 update
Thanks to my Aussie friend Jeremy Saunders for reminding me to update this article with this information. Make sure this service is Started, and then your remote connection should succeed. I have seen this service in three states at various locations: Manual, Automatic but not Started, and Automatic and Started. If you are having an issue connecting, make sure the Citrix XenApp Commands Remoting service is started. Now you can use my XenApp 6.5 PowerShell Documentation Script with absolutely no modifications and have it work with remoting.
#Citrix reciver with xenapp 6.5 windows
The Windows Firewall GUI shows my new rule created and enabled (Figure 5). netsh advfirewall firewall add rule name=" Citrix PoSH TCP Port 2513" dir=in action=allow description=" Allow communication between XenApp and remote computer running PoSH scripts" enable=yes profile=any remoteip=192.168.1.100 protocol=tcp localport=2513 Figure 4 The “remoteip” will need to be the computer’s IP address used to run the script. I created a Windows Firewall Rule on my XenApp server to open TCP Port 2513 between the domain controller and my XenApp server (Figure 4). To me, that is one less port open on my network. The help text says TCP Port 2513 must be opened on both computers, but I found I only needed it opened on the XenApp server. My wife tells me I couldn’t find a 10 gallon (37.8541 Liter) jug of milk on the fridge’s top shelf! What does this have to do with anything? DOH! At the top of the help file, I now see (Figure 3): Figure 3 I found that TCP Port 2513 needed to be opened (Figure 2). I then ran Microsoft’s Sysinternals ProcMon to get a network trace. When I ran my documentation script, I received: Figure 1 My lab XenApp 6.5 server is named XA65, so I entered on my domain controller. Specified without having to explicitly use the -ComputerName parameter every time. When the default computer name is set, all the cmdlets will automatically remote to the server Significant changes, a default computer name can be set in the client machine. In order to facilitate running existing scripts remotely without having to make In XenApp 6.5 the cmdlets can be remoted using
#Citrix reciver with xenapp 6.5 how to
This section explains how to invoke the XenApp Commands remotely. I found this information in the SDK help file on Remoting Cmdlets: All my lab servers have the Windows Firewall enabled and Server Manager Remote Management enabled. I installed the Citrix XenApp 6.5 PowerShell SDK and Group Policy modules on my lab domain controller. Go to the bottom of this article to see the updated information. Note: This article was updated on November 20, 2015. Even using the new –ComputerName parameter, he was still unable to get my script to work. After I wrote my original script and article, Citrix updated the XenApp 6.5 PowerShell SDK to support Remoting and a Default Computer Name. On x86 client, set it as follow : įor multi-screen config, we also set the memory graphic to 8192 at farm level.I received an email from a reader wanting to get my Citrix XenApp 6.5 Farm PowerShell documentation script to work remotely. There’s a new key in the receiver to correct this behavior. Hum… That’s looks like client side refresh problem. On any action that have to change the screen (i.e open a new window), you see some incoming traffic but no screen update happens until you click on “reset” button in the connection status window. When your screen freezes, launch the “client connection status” windows to see traffic.
#Citrix reciver with xenapp 6.5 install
As we publish applications, the process is to migrate one application at a time. We plan to install a Web Interface to allow access to the old farm with recent online plugins (i.e receiver 3.4 and above). Have you ever tried to connect to Citrix MPS 4.0 and XenApp 6.5 with the same client ? You could encounter this kind of problems.įor one of my customer, I’m in a migration process from Citrix MPS 4.0 to XenApp 6.5.
