-
|
I try to make use of a custom app registration IntuneManagement, using cert-based auth, in order to Start-IntuneManagement instead of the default Microsoft Graph PowerShell enterprise application. @Micke-K could you please double check or guide me to the corresponding documentation? Set-Location C:\Users\xyz\IntuneManagement
.\Start-IntuneManagement.ps1 -ShowConsoleWindow
# or:
# $AppId = "<App Id>"
# $AppCert = "<Certificate Thumbprint>"
# $TenantId = "<Directory (Tenant) ID>"
# .\Start-IntuneManagement.ps1 -TenantId $TenantId -AppId $AppId -Certificate $AppCert -ShowConsoleWindow
From the logs and documentation here, I identified the following Delegated permission scopes -correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You only need App Id and Redirect URL. See Issues for directions how to set it up. Cheers! |
Beta Was this translation helpful? Give feedback.

You only need App Id and Redirect URL.
See Issues for directions how to set it up.
Cheers!