Powershell

Identify and export Untagged resources in subscription

This script is designed to identify resources that are missing tags in Azure subscriptions. It does this by first setting the tenant ID, which is a unique identifier for an Azure tenant. Then it gets all subscriptions in the tenant using the Get-AzSubscription cmdlet and stores them in the $subscriptions variable. The script then iterates

Identify and export Untagged resources in subscription Read More »