Articles in this series
Recently we've enabled the PowerShell Script Block logging security feature in our environment to be able to see what PowerShell commands were run on...
The possibility to create Jira tickets in an automated can be very handy. But it can be a little bit tricky because Jira is quite customizable and...
Several months ago I've created ConvertFrom-HTMLTable function for helping me extract HTML tables from locally saved HTML files or live web pages and...
Have you ever needed to enclose a long list of strings into quotation marks? I am in such a situation quite often. The last time it was when I was...
Today I want to show you this super cool Read-FromClipboard function for converting plaintext data saved in the clipboard to PowerShell object. I am...
To be able to retrieve DNS records from AWS, you need 3 things: AWS user account that has permissions to READ such DNS zone DNS zone ID Powershell...