Articles in this series
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 therefore there is no universal PowerShell function that will work for everybody. In this post, I will ...
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 convert them into usable PowerShell objects. So it is not a new function but I think it deserves a ...
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 creating function Get-CMLog and I needed a list of available log names for the ValidateSet param check ...
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 quite often in a situation when I need to further process data from a web page table or some monito...
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 function that will give you the results Create a user account Login to AWS and create a new user acc...
Shown on example with AWS Route 53 DNS records