If you’re looking at deploying the updated Access Management Console you might be interested in how to perform an unattended install. There are really two ways to do this: Use Windows Installer (MSIEXEC) to run each of the installer packages Run the CTXINSTALL setup application Using the Windows Installer packages is fairly straight-forward, but you’l [...]
Tagged as:
Presentation-Server
Here’s an interesting tool that Microsoft have just released – the Group Policy Diagnostic Best Practice Analyzer: The Microsoft Group Policy Diagnostic Best Practice Analyzer (GPDBPA) for Windows XP and Windows Server 2003 is designed to help you identify Group Policy configuration errors or other dependency failures that may prevent settings or features from functioning [...]
Tagged as:
Group Policy
Citrix have released (and even re-released) whole slew of updates in the past few weeks that finally get’s a feature of Presentation Server working that’s close to my heart – high colour icons. Yes, high colour icons – the single most important feature that Citrix could add to Presentation Server! Forget application streaming, the new [...]
Tagged as:
Presentation-Server
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 [...]
Tagged as:
Presentation-Server
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 [...]
Tagged as:
Presentation-Server
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 [...]
Tagged as:
VBscript,
Windows
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 [...]
Tagged as:
VBscript