Skip to content

Instantly share code, notes, and snippets.

View emilsteen's full-sized avatar

Emil Steen emilsteen

View GitHub Profile
@GraafG
GraafG / Azure DNS CAA.ps1
Last active November 6, 2020 08:42
Script to add CAA records to Azure DNS
#More info: https://geertdegraaf.nl/adding-caa-records-to-azure-dns
#login with Azure Account
Login-AzureRmAccount
#select subscription with Azure DNS
Get-AzureRmSubscription
Set-AzureRmContext -SubscriptionId "xxxx-xxxx-xxxx-xxxx"
#List all ResourceGroups in Subscription
Get-AzureRmResourceGroup