Month: March 2014

24th March 2014 · Luca Sturlese

Hi All,

About a year ago I had a requirement to securely store a few passwords that would then be used to run a PowerShell script. At the time, I thought it would be a good idea to create another one of my PowerShell Function Libraries, such as my PowerShell Logging Function Library.

This article documents my solution and the end product: PowerShell Encryption Function Library….

Read More “PowerShell Encryption Function Library”

14th March 2014 · Luca Sturlese

VMware Hot-Add is an awesome feature – adding CPUs and RAM to a virtual machine without having to power off, however have you ever wondered why it isn’t enabled by default? Recently I was reviewing our VM templates at work and was wondering if we should turn on CPU Hot-Add and Memory Hot-Add on our templates, therefore making it available for all new VMs. I did some research, and this is what I found….

Read More “VMware Hot-Add: Enable by default?”