When you write a PowerShell script how do you truly know it worked? Do you define it to be successful when it doesn't throw an error? If so, what about those times when you might have accidentally ...
If you're writing PowerShell, you're also writing tests for that code, right? Let's just assume we live in a perfect world and everyone does for a moment. If not, I highly encourage you to check out ...