Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 524 Bytes

Backup-AzureApplication.md

File metadata and controls

13 lines (10 loc) · 524 Bytes

Backup-AzureApplication

This script makes use of "Get-AzureADApplication" to export all Application Registrations in the current tenant. It includes the ownership information as well. The export is stored in XML format using Export-Clixml so it can be easily re-imported later.

Syntax

.\Backup-AzureApplication.ps1 [<CommonParameters>]

Parameters

There are no parameters available

Output

It creates "AAD_Applications.xml" in the same location as the script is being executed from.