|
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? |
Answered by
Micke-K
Aug 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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