Make browser auth app id optional

This commit is contained in:
2026-04-08 19:10:45 +02:00
parent 239e3ec16e
commit 9dace83cff
6 changed files with 21 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ Export-IntunePolicies `
```powershell
Export-IntunePolicies `
-TenantId "<source-tenant-id>" `
-AppId "<public-client-app-id>" `
-AuthMode Browser `
-RedirectUri "http://localhost" `
-ExportPath "/tmp/intune-export"