Kaffeeundcode
Script Library
PowerShell 11.12.2025

Script Workspace

Export FullTenantConfig

Review the purpose, inspect the code, then test it safely in your own tenant.

99_Export-FullTenantConfig.ps1

<#
.SYNOPSIS
    Exports (almost) entire Intune Config to text.
    
.DESCRIPTION
    Iterates major config types and summaries them.
    
.NOTES
    File Name: 99_Export-FullTenantConfig.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

Write-Host "Starting Full Tenant Export..."
# Pseduo-code for calling multiple export scripts
.1_Device_Management10_Export-AllDevices.ps1
.3_Compliance_Configuration25_Backup-ConfigurationProfiles.ps1
# ...
Write-Host "Done."