Skip to content

Category Archives: Scripting

CD/DVD Writing via Script with IMAPIv2

05-Nov-07

Looking to write to CD or DVD media via a script? Did you know that Windows includes an API to do just that? Version 2.0 of this API that is included in Windows Vista has also been made available for Windows XP and Windows Server 2003: Image Mastering API v2.0
IMAPI is the optical burning engine in [...]

Script: Update Published Application Icons

06-Sep-07

In a previous post I detailed updating your Citrix Presentation Server 4.5 environment to support true/high colour icons for published applications. One of the steps mentioned in the post is that you need to delete and re-publish each of your published applications to get a high colour icon, which detailed in the release notes for [...]

Creating Custom MetaFrame Admins with VBscript: Part 2

21-Aug-07

Creating the Administrator
Now that we can read the privileges from an existing administrator object we can determine which privileges to write to a new administrator. In this post I have listed a script that you can use to create the custom administrator account.
This script uses arrays of values for the privileges (I’ve used the value [...]

Creating Custom MetaFrame Admins with VBscript: Part 1

21-Aug-07

Overview
Setting privileges on a custom administrator account in Presentation Server is not quite as simple as I thought when I set out to create a script to do so - there’s not much information on the CDN forums, so this was a bit of trial and error.
The process for creating a custom administrator account and [...]