search
-
Latest Articles
- Reducing Profile Size with a Profile Clean Up Script – PowerShell Edition
- App-V MVP renewed for 2012
- Reducing Profile Size with a Profile Clean Up Script
- Don’t put yourself at risk by virtualizing Adobe Reader X
- Delivering Office with App-V – The Need for Profile Management
- An Archive and Analysis of #AppV Tweets
- Sequencing Mozilla Firefox 8
- Sequencing Google Chrome 15
- The Case of the Disappearing Application during Sequencing
- One profile, or Two, or Three, or…
Advertisement
Archives
Legal stuff
© Aaron Parker, 2005 - 2011.Licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License

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
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
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
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
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