Add browser auth for headless runs
This commit is contained in:
@@ -25,3 +25,12 @@ Export-IntunePolicies `
|
||||
-Secret "<client-secret>" `
|
||||
-ExportPath "/tmp/intune-export"
|
||||
```
|
||||
|
||||
```powershell
|
||||
Export-IntunePolicies `
|
||||
-TenantId "<source-tenant-id>" `
|
||||
-AppId "<public-client-app-id>" `
|
||||
-AuthMode Browser `
|
||||
-RedirectUri "http://localhost" `
|
||||
-ExportPath "/tmp/intune-export"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user