Update 10/29/19: Added search (username/userfullname) to the Sessions tab. Studio always seems extremely sluggish to me when trying to navigate between different areas. I’m always waiting a few seconds for the refresh circle to go away every single time I navigate somewhere new. Most of the time I just need to put a machine in/out […]
I plagiarized David Ott’s script for migration of Citrix Profile Manager (UPM) profiles to FSLogix and created it for Local Profiles. NOTE: This only works between like profile versions. eg. You can’t migrate your 2008R2 profiles to Server 2016 and expect it to work. See this chart. This requires using frx.exe, which means that FSLogix […]
In my environment I have nearly 100 persistent MCS VDAs. Our developers, contractors, and even us IT people need the ability to change things on our VDI desktops (install/uninstall/set registry/create local IIS sites/etc.) and have them persist reboots. Luckily, the only software I have to maintain on these desktops is the VDA itself. That still […]
NOTE: This only works between like profile versions. eg. You can’t migrate your 2008R2 profiles to Server 2016 and expect it to work. See this chart. I moved from UPM to FSLogix earlier this year, and decided to write my own powershell script to convert the UPM profiles to .vhd. FSLogix has its own conversion […]
Problem: In my environment I have about 300 provisioned desktops, and when I update the vDisk sometimes it can take a while (days) before all of the VMs get the latest version. Especially, in the case of a roll back I need a good way to get all of the VMs which are on the […]
I recently ran into an issue after upgrading my XenDesktop environment to 7.12 from 7.11. Prior to that update I was able to create MCS desktops in my XenServer pool with no issues. After upgrading to 7.12 the newly created VMs would not register with the delivery controller, and according to XenServer they did not […]
Background Using Citrix Profile Management with profile streaming enabled should keep your logon times pretty low. Recently, they updated the version of our Antivirus (Trend Micro) to the latest, and suddenly I started seeing desktops fail with “session prepare failure” errors. After much investigation it had something to do with the behavior monitoring feature of […]
Environment XenApp 7.6 700+ Delivered (published) Applications 60+ Windows servers (2008 R2 and 2012 R2) Scenario Recently I had a request to replicate 100+ applications from PROD to QA, using QA server configured with identical applications and identical application locations/paths. Obviously all paths to EXE files need to be the same in order for this […]
As in my previous post we are querying the Citrix monitordata tables in SQL instead of doing web queries against ODATA because it is super fast. The script needs to run as a user who has at least read rights to the database. Just like the original it will query the monitordata tables to gather […]
CLICK HERE FOR UPDATED VERSION My boss wanted a report to show the usage of our XenDesktop environment (desktop sessions only), so I wrote a script that queries the delivery controller once per minute to get sessions. It then writes that information to an .xml file, and then I have another script that reads the […]