PowerShell RegEx Fun
I am writing a script that is going to automate a number of manual steps involved in creating a new image with …
I am writing a script that is going to automate a number of manual steps involved in creating a new image with …
I was experimenting today with the PowerShell cmdlets for Citrix Provisioning Server. I was surprised to learn …
Just some quick code to get the OU Name of the computer we run the script on. VBS: vbnet Copy Download …
The Citrix Online Plugin has a number of settings that can be changed. This includes things as Window Size and …
After reading Andy Morgan’s (excellent) blog post about Removing Screen Resolution and Personalize shell …
I needed to read out the Maximum Password age with a PowerShell script in a Windows 2003 domain. Reading out …
I was creating a small dialog in an .hta file and to make a little prettier for the user I included a company …
Some Active Directory attributes return an 8 byte integer in the form of an IADsLargeInteger interface. An …
Today one of my collegues asked me to write a script that performs two actions for all users of a certain …
For a script I needed to create an AQS (Advanced Query Syntax) Query that contained a date range. An example …