-
Austin Joy replied to the topic List Azure Backup Items and configured Policies in
PowerShell Forum 2 months ago
To list Azure Backup items and configured policies, you can use Azure PowerShell or Azure CLI.
Using Azure PowerShell:
Run the following command to login to your Azure account: Connect-AzAccount
Run the command Get-AzRecoveryServicesBackupItem to list all the backup items in your subscription.
Run the command Get-AzRecoveryServicesBackupProtectionPolicy to list all the backup policies in your subscription.
Using Azure CLI
Run the following command to login to your Azure account: az login
Run the command az backup item list to list all the backup items in your subscription.
Run the command az backup policy list to list all the backup policies in your subscription.
Make sure you have the required permissions to run these commands.Austin Joy
Microsoft Azure Expert MSP
-
-
-