Creating PowerShell script library

Over time I’ve created some PowerShell scripts that I want to reuse. And of course I would like to have them at my fingertips as soon as I start a PowerShell session. Continue reading

Automatically move clustered applications to their default preferred owner

Ever had to restart several nodes of a cluster? What do you do with the clustered resources after all nodes are back up again? Right, you redistribute them. Tedious work if we’re talking about really big clusters with many clustered resources. Continue reading

How to patch Windows Server Core using WSUS

Using the script from here, I can patch my Core box. I’ve added some code so I don’t have to look up the return codes (which can be found here). Continue reading