Broadcom Just Blew Up Your VMware Bill — Here’s What Your Options Actually Are
If you’ve been anywhere near a VMware renewal in the last couple of years, you already know where this post is going. But in…
Tech • Projects • Life
If you’ve been anywhere near a VMware renewal in the last couple of years, you already know where this post is going. But in…
Attempting to remove a server from the Resource Authorization Policies groups gives the following error “WMI Failure: Unable to update local resource group” After…
Maybe you want to review all your virtual machine disk types? Using Azure Graph Explorer you can run the following query. You’ll get and…
This Azure Graph query will list all the VNIC’s in all subscriptions that aren’t connected to Virtual Machines, Network Security Group or Private EndPoints.
Here’s a quick script, it loop through the subscriptions matching the -like String, it will then get give all the resource group names, resource…
I recently had a requirement to Save Mail Attachments to an Azure Blob. The easiest way for me was to use a Logic App.…
Like many people we want to shutdown Azure VM’s when they are not being used, however with different time zones and working schedules this…
Unfortunately the Azure Storage Explorer or Azure Portal doesn’t allow you to search for a filename stored on a blob, so a simple way…
This Runbook will Add/Modify the Firewall Rules on an Azure SQL Server. This can be run interactively by removing the AzureRunAsConnection section. Additional it…
Quick and simple on here. This script takes the list of servers from a CSV file and then adds the specified user or groups…