Home » Posts tagged PowerShell

Comprehensive Guide on Deleting Azure Backup Vault

In this detailed guide, we will walk you through the process of deleting an Azure Backup Vault. Deleting an Azure Backup Vault is a critical task that requires careful consideration and proper execution to avoid any data loss or service disruptions. Understanding Azure Backup Vault Azure Backup Vault...
Continue reading

Azure Subscription Inventory Export to CSV

The below script use to export the azure subscription resources inventory to CSV file. the script Need to run on Powershell # Connect to Azure Connect-AzAccount # Once signed in, use the Azure PowerShell cmdlets to access and manage resources in your subscription. Get-AzSubscription # Select a subscription...
Continue reading