Creating your own PowerShell modules for Azure Automation – Part 2
In my previous article I explained the basic steps for creating a PowerShell module that you can upload to Azure Automation. Now, being pedantic by nature, I see a lot of scripts of really poor quality and as I write modules quite regularly, I want to share some useful tips to turn a rubbish module into something significantly better.
Previously, I wrote a basic module that looks like this:
You can run the module by using the command new-compliment -name “someone”.… [Keep reading] “Creating your own PowerShell modules for Azure Automation – Part 2”