Author: Lal Mohan
-
Citrix Launches Free Tool to Take Guesswork Out of Desktop Virtualization
Citrix has announced an exciting new tool for implementing virtual desktops and could be accessed here. The idea was simply to make customers and partners wildly successful with their desktop virtualization deployments – and to help people who are considering desktop virtualization make the right up-front assessment and design decisions. If you’re new to Citrix…
-
Citrix Clients free Download
The below link is a collection of Citrix clients, available for FREE download. http://ctxadmtools.musumeci.com.ar/Clients.html
-
Internet Explorer 8 doesn’t store passwords in Citrix XenApp 6.5
I have been looking into an issue for quite sometime where users were unable to populate the saved passwords in Internet Explorer 8 running on XenApp 6.5. The below steps outlines the procedure that I followed to fix the issue. Our Environment:- XenApp 6.5 with Citrix UPM 4.1.1 and Internet Explorer 8 The first thing that…
-
Published Applications Report in Excel using Powershell
Here is a PowerShell script to extract the published applications in a CSV file. This script could be used for XenApp 6.0 or above farms . I do not own the script so please use this at your own risk. # Create variables asnp citrix* $outpath = [environment]::getfolderpath(“mydocuments”) + “\XenApp_Published_App_Report.csv” $xaapplist = get-xaapplication $appreport=foreach…
-
Detailed Published Application List for Citrix XenApp 5 and earlier farms
Hello Guys, Here is the VB script I found immensely useful to extract the list of all the Citrix published applications in a XenApp 5.0 farm. This script will also work for all the Citrix farms below XenApp 6.0. Copy the below script and save that as a VB script file and enjoy! ‘Published Applications…
