Archives for January, 2008.

VMRC Graphic Corruption

By Howard | Published January 30th, 2008

I’m looking for help here.  The image (click to embiggen) you see here is a screen capture of one of my virtual machines suffering some form of graphic corruption.  It should look like this.  This happens often enough now that it is seriously irritating.  I can make it go away by closing VMRC and reconnecting…

LDAP Query based on account SID in VBscript

By Howard | Published January 9th, 2008

This is a bit of code I wish I’d found sooner. There is a – it seems mostly undocumented – feature of the ldap provider in Server 2003 that allows you to form an ldap query just on the SID of an account: bindSid = "LDAP://<sid =" & SID & ">" set oVal = GetObject(bindSid)…

Categories