Semantic versioning gives PowerShell script changes clear meaning so you can evolve scripts quickly without letting updates devolve into chaos.
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
I ran into a discussion a while back with a collegue that claimed that a lot of clients don't allow us to set up PowerShell scripts for different scheduled maintanence tasks on their servers. I myself ...