Category Archives: Scripting

CD/DVD Writing via Script with IMAPIv2

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 … Continue reading

Posted in Scripting | 1 Comment

Script: Update Published Application Icons

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 … Continue reading

Posted in Scripting | Tagged | 4 Comments

Creating Custom MetaFrame Admins with VBscript: Part 2

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 … Continue reading

Posted in Scripting | Tagged | 1 Comment

Creating Custom MetaFrame Admins with VBscript: Part 1

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 … Continue reading

Posted in Scripting | Tagged | Comments Off

Quering Domino via LDAP with VBscript

I don’t really want to admit to interacting with Lotus Notes but that’s a part of what I’m doing currently. More specificially I’m attempting to query Domino via LDAP with a VBS script. It turns out that this is a … Continue reading

Posted in Scripting | Tagged | Comments Off