Schedule and Run PowerShell Scripts for Azure VMs using Azure Automation
A while ago I wrote a blog post on how you can run a PowerShell or Bash script against multiple...
How to Run Custom Scripts on Azure Arc Enabled Servers
With the latest update for Azure Arc for Servers, you are now able to deploy and use extensions with your Azure Arc enabled servers. With...
Run Azure PowerShell in a Docker Container
Yesterday, the Azure PowerShell team announced the Azure PowerShell Docker Container images. In this post, I want to quickly highlight that...
How to create a Powershell v2 Module
If you need some functions a lot in different scripts you create maybe external function files....