Sorting a hashtable by byte value in PowerShell
In a PowerShell script I needed to sort a hash table by byte value (not alphabetically, lowercase parameters …
In a PowerShell script I needed to sort a hash table by byte value (not alphabetically, lowercase parameters …
To get the best performance out of Virtual Desktops it is essential that the power configuration in the system …
Aaron Parker was talking about the uninstall guid in his session “Hands off my Golden Image Redux” at Citrix …
For an upcoming blog post I needed to decrypt some data using the rc4 algorithm. I wanted to do this with …
For an upcoming Blog post I needed to convert a Byte Array to a Hex string in PowerShell and vice versa. …
A while ago I published a tool to Encode and Decode Citrix passwords. Today I am publishing a small update to …
Background Customer uses Citrix XenApp 5 with ThinApp, RES Workspace Manager and RES Workspace Extender. An …
A customer had partially implemented a (written) policy in the past where the the Local Administrator account …
I am using a PowerShell script to copy some elements of from the users old profile location to a new location. …
I needed to dome some Bit Shifting in PowerShell but unfortunately PowerShell lacks operator for Bit Shifting. …