Hello,
I have situation were I have to export fully Entra ID backup from Veeam, how to do that?
There are hypothetical examples with powershell, but I have to export the full backup for authorities.
# Hypothetical example
$session = Open-VEXEntraIDSession -BackupId "your-backup-id"
Export-VEXEntraObject -Session $session -ObjectType "User" -TargetFolder "C:\Exports"