Posts tagged with "powershell"
- Starting Wth API Rest Calls With Powershell
What are we doing? I am working more and more with the Azure REST APIs now. My first dive into cost management was a big hit, so I am expand... - Using Azure Resource Graph and Tags to lock items in Azure
What are we doing? We are going to use Azure Resource Graph to find items with a specific tag, in this case {"toBeLocked"="Yes"} and then pl... - Check Powershell Console Type
I have been working with some Microsoft Hybrid technologies. My specific example here is around Azure Arc enabled VMware vSphere aspects. Wh... - Using SSH Keys with Bicep based Linux VM templates
I this post, I use bicep files for the deployment of Linux VMs AND I add some magic with PowerSehll to allow for the creation or using of ex... - Using Openssh and creating SSH Keys with Powershell
In this post I show you my process for creating SSH Keys for Linux Machines. I use a fair amount of Linux in my work career (creating VMs an...