Skip to content
Richhimself's Blog

  • Home
  • Azure
  • VMWare
  • M365
  • Windows
  • Motor
  • Uncategorized
  • Home
  • Azure
  • VMWare
  • M365
  • Windows
  • Motor
  • Uncategorized
  • Azure

    Azure Graph Explorer – List All VM’s and their Disk SKU’s

    24/10/2024 - By Richhimself

    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 output like this

    Continue Reading
  • Azure

    Azure Graph Explorer – List all Unused VNIC’s

    17/01/2024 - By Richhimself

    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.

    Continue Reading
  • Azure

    Azure – List all Resource in a subscription.

    17/01/2024 - By Richhimself

    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 names and types, this then output to a .csv file.

    Continue Reading
  • Azure

    Saving Mail Attachments to Azure Blob Storage using Logic App

    26/12/2023 - By Richhimself

    I recently had a requirement to Save Mail Attachments to an Azure Blob. The easiest way for me was to use a Logic App. Before starting create an Azure Storage Account, create the Blob and the required folder structure. Once complete you can start to design the Logic App. 1.…

    Continue Reading
  • Azure

    Shutdown and Startup Azure VM’s based on Tags

    26/12/2023 - By Richhimself

    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 can vary. The obvious way is to shutdown VM’s based on Tags. Jobs can be scheduled through the Automation Account or via a Logic App if…

    Continue Reading
  • Azure - Uncategorized

    Search Azure Blob for File

    26/12/2023 - By Richhimself

    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 to is to run PowerShell script to return the results and paths. This example outputs to a .csv Hope that helps!

    Continue Reading
  • Azure - Uncategorized

    Changing Azure SQL Firewall using Runbook

    26/12/2023 - By Richhimself

    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 can be configured to run using Params (post to follow later)

    Continue Reading
  • Azure - Uncategorized

    Retaining the same IP address in Azure Site Recovery

    26/12/2023 - By Richhimself

    Let’s say you need to retain your hardcoded IP Address when you migrate VMWare VM’s to Azure using Azure Site Recovery, in this case I want to my server to retain it’s IP Address of 10.0.198.203 Here’s how you complete this. Login to the Azure Portal Open your Site Recovery…

    Continue Reading

Recent Posts

  • Removing Server from RD Gateway Manager gives the following error – WMI Failure: Unable to update local resource group
  • Azure Graph Explorer – List All VM’s and their Disk SKU’s
  • Azure Graph Explorer – List all Unused VNIC’s
  • Azure – List all Resource in a subscription.
  • Saving Mail Attachments to Azure Blob Storage using Logic App

Recent Comments

  1. Richhimself on Shutdown and Startup Azure VM’s based on Tags
  2. Marcus on Shutdown and Startup Azure VM’s based on Tags

Archives

  • December 2024
  • October 2024
  • January 2024
  • December 2023

Categories

  • Azure
  • M365
  • Motor
  • Uncategorized
  • VMWare
  • Windows
Graceful Theme by Optima Themes