Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Intune PowerShell service principal Application ID. #74

Open
Belikemigs opened this issue Apr 30, 2024 · 4 comments
Open

Microsoft Intune PowerShell service principal Application ID. #74

Belikemigs opened this issue Apr 30, 2024 · 4 comments

Comments

@Belikemigs
Copy link

With the recent announcement from Microsoft that scripts containing the Intune application ID (d1ddf0e4-d672-4dae-b554-9d5bdfd93547) will need to be updated with the new application ID. Does anyone know if this one or those in PowerShell gallery when using "Install-Script -Name Upload-WindowsAutopilotDeviceInfo"  will be updated?

@garlicbreaddessert
Copy link

We are seeing the result of this now - getting AADSTS700016 errors. We use this script a lot so if it could be fixed ASAP we'd be very grateful!!

@decommentator
Copy link

same here. An update would be very nice

@Speed1
Copy link

Speed1 commented May 15, 2024

We have switched to Get-WindowsAutoPilotInfo for now. It uses the Graph Api.

Install-Script -Name Get-WindowsAutoPilotInfo -Force
Get-WindowsAutoPilotInfo.ps1 -online

@bezik46
Copy link

bezik46 commented Jun 12, 2024

That one work. The original script does not, if application is re-created (as per this - https://learn.microsoft.com/en-us/answers/questions/1659638/weve-detected-a-microsoft-intune-powershell-script?page=1 ), all I get is an error:

AADSTS500119: Redirect URIs with urn: schemes are prohibited. Use a different scheme, or https://login.microsoftonline.com/common/oauth2/nativeclient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants