Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 476 Bytes

Backup-AzureUser.md

File metadata and controls

13 lines (10 loc) · 476 Bytes

Backup-AzureUser

This script makes use of "Get-AzureADUser" to export all Users 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-AzureUser.ps1 [<CommonParameters>]

Parameters

There are no parameters available

Output

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