Scripting

Deployment Script for the very cool Convert utility

November 29, 2009

Here is a deployment script for the very cool convert.exe utility from Josh Madison. Enjoy!

Read the full article →

Deployment Script for the Repair Clipboard Chain utility

November 29, 2009

Here is a deployment script for the Citrix Repair Clipboard Chain (RepairCBDChain.exe) utility as per Citrix KB article CTX106226. This utility does not have a nice default icon, so I have used one that looks like this: I have zipped up the actual ico file here: clipboard Enjoy!

Read the full article →

Script to Speedup the Delivery Services Console Launch

November 29, 2009

This script addresses a known issue where Delivery Services Console (DSC) or Access Management Console (AMC) takes longer than expected to launch. Refer to Citrix KB article CTX120115 for further information.

Read the full article →

Script to Fix the Delivery Services Console Shortcut

November 29, 2009

This script will update any shortcuts to the Delievery Services Console (DSC) and Access Management Console (AMC). Launching the DSC or AMC on 64-bit system is a bit of a challenge. The CmiLaunch.exe does not work correctly on a 64-bit system. It does not start and we receive the following three errors in the System […]

Read the full article →

Script to Join a Computer to the Domain

November 28, 2009

This script will join a computer to a domain. You can either specify the parameters as command line arguments, or look them up in an ini file. If an OU is not specified, the value is set to NULL, which means that the computer object will be placed in the OU/Container that is set as […]

Read the full article →

Locking a Virtual Desktop Session

July 20, 2009

How to lock a remote VMware View session? I’ve had mixed results getting a consistent method for locking VDI workstation sessions using VMware View across different client types, so have endeavored to document all possible methods to help come up with a best practice. Updated 4th September 2009: As per Resolved Issues in VMware View […]

Read the full article →

Deployment Script for the Ctrl-Alt-Del IT Consultancy Tools

May 10, 2009

A good friend of mine, Warren Simondson from Ctrl-Alt-Del IT Consultancy, writes some awesome tools. There are a particular set I use for all Terminal/Citrix Server deployments I refer to as “User Self-Help Tools”. The below script is what I use to deploy them. Simply add the tools you wish to deploy to an array. […]

Read the full article →

Using a Group Policy WMI filter to test for a registry value

May 10, 2009

I wanted a clean and simple way to prevent group policies applying during an automated build process. This is because it can potentially cause some of the components of the build process to fail. One of the last tasks to run on all servers built using my unattended build method will stamp the registry with […]

Read the full article →

Automate the population of the user’s MS Office Credentials

May 10, 2009

This script will add the user’s correct Username and UserInitials to the MS Office registry key to prevent the first time prompt when a user runs up a program in the Office suite. It has been specifically designed to populate the values for multiple versions of Office as per the arrVersions array. Please review the […]

Read the full article →

Enable Clock on Task Bar for Windows XP and 2003

May 10, 2009

Microsoft made it a real challenge to automate the enabling of the Clock on the taskbar. Some clever people worked out how this can be achieved several years ago by manipulating certain bits of the Settings binary value under the “Stuckrects2” registry key. However, it would only take effect on the 2nd logon, because the […]

Read the full article →