If your automated script takes action based on a value, it's critical to make sure the value is correct. Good thing PowerShell has ways to validate the values that are passed to a function. In recent ...
Back before I started with my company, validating the DST changes across the environment was a tedious process. An individual, usually the "On-Call" person, would go from Server to Server, checking ...
When coding in a script, or even in a fully-featured software application, it's important to account for as many scenarios as possible. To limit the number of possible scenarios, it's a best practice ...
⚡ AI wrote the code. I made it production-ready. This week I tackled a wild PowerShell script validations, Git diffs, JSON parsing, the works. Using an AI agent to generate code and finish the feature ...
We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...