Remko Weijnen remkoweijnen.nl/blog Search posts…/

PowerShell

PowerShell — from the archive

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 …

·3 min read
Citrix · PowerShell — from the archive

Convert MCli output into PowerShell Objects

I was experimenting today with the PowerShell cmdlets for Citrix Provisioning Server. I was surprised to learn …

·2 min read
Active Directory · PowerShell — from the archive

Script to Get Computer OU

Just some quick code to get the OU Name of the computer we run the script on. VBS: vbnet Copy Download …

·1 min read
Citrix · PowerShell — from the archive

Scripting Citrix Online Plugin Settings

The Citrix Online Plugin has a number of settings that can be changed. This includes things as Window Size and …

·4 min read
Active Directory · PowerShell — from the archive

Read Maximum Password Age with PowerShell

I needed to read out the Maximum Password age with a PowerShell script in a Windows 2003 domain. Reading out …

·1 min read
PowerShell · script — from the archive

Embedding images in HTML

I was creating a small dialog in an .hta file and to make a little prettier for the user I included a company …

·1 min read
PowerShell — from the archive

Construct AQS date range with PowerShell

For a script I needed to create an AQS (Advanced Query Syntax) Query that contained a date range. An example …

·1 min read