News

Scripts are awesome for many reasons but the business conditions brought on by coronavirus have highlighted one of their most powerful benefits: they can be created cheaply and quickly. So much so ...
When writing PowerShell scripts, there always seems to come a time when a single script just isn't enough. Although it's important to keep your scripts as simple as possible, it's also important to ...
Conclusion By adding this library to the end of any script, you can instantly enable notifications from AdWords Scripts to any Slack channel. You can use this anywhere you are using the ...
I need to stick all these little snippets into one big function script and call that script at the start of all my other scripts. NO. Why would you do this? Just use a damn module. Rename your "one ...