Make browser auth app id optional
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user