Skip to content

Monthly Archives: August 2007

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 [...]

Windows Script 5.7 Available for Download

10-Aug-07

We all know that PowerShell is the future, but Microsoft have released an updated version of Windows Script for Windows 2000/XP and 2003 (to match the version included with Windows Vista). You can read the release notes here.

Windows Script 5.7 for Windows 2000 [Direct Link]
Windows Script 5.7 for Windows XP [Direct Link]
Windows Script 5.7 for [...]

Quering Domino via LDAP with VBscript

08-Aug-07

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 fairly simple process and you can use the Active Directory Provider built into Windows.
The TechNet [...]