Scripting

Place a XenApp Server in and out of service the easy way

September 8, 2008

The new theory for placing a server off-line is to apply an “Out of service” load evaluator instead of disabling logons. The “Out of service” load evaluator consists of an empty Scheduling rule. The issue with this theory is that if you automate the move of a server into an “Out of service” load evaluator […]

Read the full article →

Scripting updates to the GPT.ini for the Local Group Policy

August 26, 2008

Updated on 27th October 2010. I came across a challenge whilst working on a big XenApp deployment in a Novell environment. I needed to make changes to the Local Group Policy Object on all Terminal / Citrix servers. This was specifically required for implementation of a logoff script, as logoff scripts are not supported via […]

Read the full article →

Print Spooler Self Healing 1.0

August 15, 2008

Despite the new Health Monitoring & Recovery feature of XenApp 4.5, I continue to implementing a “Self Healing” mechanism for the Print Spooler service.

Read the full article →

Running Logoff Scripts in Novell Environments

August 6, 2008

Updated 28th October 2010. Due to a lot of requests and feedback, this script in now included as part of the script posted under Scripting updates to the GPT.ini for the Local Group Policy. Cheers, Jeremy.

Read the full article →

Managing MS Office 2007 Quick Access Toolbar(s) with Roaming Profiles

August 4, 2008

Hmmm…why oh why would Microsoft place the Office 2007 Quick Access Toolbar (.qat) files in the “%userprofile%\Local Settings\Application Data\Microsoft\Office” folder rather than the “%appdata%\Microsoft\Office” folder??? The “Local Settings” folder does not roam, nor would you want it to, so I don’t understand their thought process behind this one. The only real workaround is to use logon […]

Read the full article →

Script to replace Delprof.exe

July 30, 2008

Joe Shonk has written a very nice Delete Profiles Script to replace the lack of flexibility found in the DELPROF.exe tool. I’ve used it for my latest XenApp rollout, and have found that it works really well 🙂 See below for further information as to how I have implemented it. Warren Simondson of Ctrl-Alt-Del IT Consultancy […]

Read the full article →

Script to remove printers

July 30, 2008

I wrote this script to help a customer cleanup user profiles and remove unsupported printers. This script can safely be executed in each user session and works a treat. It stamps the registry after the first time it runs, so that it can be left in place to capture all users, whilst only ever removing the […]

Read the full article →

Script to remove orphaned/stale printer objects

July 29, 2008

I wrote this script to help a customer clean up old orphaned and stale printer objects from user profiles. This script can safely be executed in each user session and works a treat. However, you may first want to try my script to remove printers the traditional way. Here is the RemoveOrphanedPrinters.vbs script.

Read the full article →

Creating a Message of the Day banner using a HTA

December 28, 2007

A customer asked me to assist with implementing a “Message of the Day” (MOTD) banner into their logon scripts. I had written one years ago that was part of a kix32 script, but found that it no longer worked with the wkix32 script processor. I guess that I could have debugged it and fixed it […]

Read the full article →