Remko Weijnen remkoweijnen.nl/blog Search posts…/

PowerShell

Citrix · Programming — from the archive

Scriptable Citrix Password Encoder

A while ago I published a tool to Encode and Decode Citrix passwords. Today I am publishing a small update to …

·1 min read
PowerShell · RES — from the archive

Parse RES Building Blocks with PowerShell

Background Customer uses Citrix XenApp 5 with ThinApp, RES Workspace Manager and RES Workspace Extender. An …

·3 min read
PowerShell — from the archive

Bit Shifting in PowerShell

I needed to dome some Bit Shifting in PowerShell but unfortunately PowerShell lacks operator for Bit Shifting. …

·2 min read
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

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