Deploying Printer Drivers for Citrix XenApp

Printers and printer drivers aren’t an exiting technology as the latest HDX Features in XenApp 7.12 and so on. But every Citrix admin out there has ran into issues with printers and printer drivers at one point or another. And we’ve all been felt the same need at least once: how do I get those print drivers out there without breaking everything?

Sure, XenApp 6.5 has had a driver replication feature for a long time, but that isn’t without flaws… So I wanted something different, something where I was in control.

1 October 2022 Script Stats

Script Download Counts

1-Dec-2022 Update Back in October 2022, there was a bad update to the WordPress plugin I use to track the count of downloads that reset all counts to zero. In…
Implementing Microsoft SQL Server 2016 Standard Basic Availability Groups for Use in Citrix Virtual Apps and Desktops

Implementing Microsoft SQL Server 2016 Standard Basic Availability Groups for Use in Citrix Virtual Apps and Desktops

On a recent project, I needed to set up high availability for the Citrix Virtual Apps and Desktops (CVAD) databases. The customer wanted to use Microsoft SQL Server 2016 Standard and I was tasked with implementing the new Basic Availability Groups. This article details the steps I took to implement Microsoft SQL Server 2016 Standard Basic Availability Groups for CVAD.

Microsoft Configuration Manager 2012 R2 PowerShell Documentation Script Version 2.3

In June 2013, David O’Brien (Cloud and Datacenter Management MVP) released his Config Manager documentation script. A little while ago, several users emailed me asking for help as they were trying to run the script using Microsoft Word 2016. David had left my email address in the error message so I reached out to David for permission to update his script. David stated I could maintain it on my site. Along with the help of Michael B. Smith (Exchange MVP) and a hard-working, dedicated group of testers, the script will now be maintained and housed on my site.

David’s last script update was version 2.2. With all the changes made in this update, I decided to change the version number to 2.3.

Disclaimer: I know nothing about System Center or Configuration Manager and have access to neither. The only way this script was updated was with the help of a couple of very dedicated testers (David M. and MBS). The latest version of PowerShell V5 complained about a lot of issues with this script (and all the other documentation scripts) and I have fixed what the testers reported and were able to test. There are still a couple of things PowerShell V5 complains about but none of the testers used any of those Configuration Manager options. If you use the new -Dev and -ScriptInfo parameters when you run the script, I would appreciate you sending me those two files so I can fix anything else that PowerShell V5 complains about.

Microsoft PowerShell and Nested Try/Catch

On a recent project, I learned something new about PowerShell’s Try/Catch. You can nest another Try/Catch in the Catch of the first Try/Catch. When I showed this to my PowerShell mentor, he said he didn’t know that could be done. I figured I might as well make a quick post about it.

Create or Update a Group Policy Using Settings From Another Group Policy Using Microsoft PowerShell

Over the course of the past several months, I have had several projects where I needed to create, edit, or fix group policies. A problem I ran into was I only needed a subset of the policy settings (Site to Zone Mappings, Microsoft Office settings). Another problem was corrupt group policies that would not backup. How can I get just the settings I needed into a test group policy? This article shows the script I created to handle those situations.

Citrix Director – How to Make Director the Default Page within IIS

Citrix Director – How to Make Director the Default Page within IIS

On a recent project, I needed to create two Citrix Director servers. One for Citrix XenApp 6.5 and the other for XenApp 7.6. I looked for an article from Citrix on making the Director site the default page in IIS and did not find anything. So I have ripped off, I mean borrowed heavily from, the Citrix article How to Make StoreFront the Default Page within IIS to do what I needed done.

XenServer Ghost Devices Woes

As you may recall from my previous article, XenServer and HP Firmware Woes,  I was involved in a rather large XenServer upgrade project. Anyone that has done some XenServer updates/upgrades surely has…