April 2016

Up until now I’ve written most of my Powershell scripts to run sequentially; query one machine, then the next, then the one after. Depending on the task at hand and / or the number of machines this can take a serious amount of time. Enter parallelism. Jobs, Runspaces etc are concepts that I have been
Read More

Further Reading: I wrote a follow up article called Powershell Remoting where I look at what happens when the certificate renews or gets deleted. The outcome is not what you’d think! If you are going to use the View PowerCLI Cmdlets then enabling and using Powershell Remoting makes it a whole lot more accessible, otherwise you have to
Read More