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

how to suppress Microsoft portal login wizard during SCCM task sequence #10

Open
unkownuser231 opened this issue Dec 19, 2022 · 3 comments

Comments

@unkownuser231
Copy link

please let us know how to upload device hash with multiple group tag and script2 how to suppress Microsoft portal login wizard during SCCM task sequence

@jagonzalez428
Copy link

please let us know how to upload device hash with multiple group tag and script2 how to suppress Microsoft portal login wizard during SCCM task sequence

The $grouptag = "TSUpload" is just a variable, you can use Powershell to determine how you want each machine to input there. Intune only takes one variable in the autopilot enrollment, but it can be kinda lengthy if need be.

It sounds like the Microsoft Portal Login you may be getting is because you may not have setup an Azure app with the appropriate Graph permission to pass the autopilot script through and it's trying to acquire a permission that it needs to write to your tenant.

@unkownuser231
Copy link
Author

Thank you looking help how to select Group tag like GUI during OSD script2 will add the machine hash value to Intune

@jagonzalez428
Copy link

Thank you looking help how to select Group tag like GUI during OSD script2 will add the machine hash value to Intune

For a GUI, you can use TSGUI for Task Sequence Variables, it may be able to translate to the script:
https://www.20road.com/tsgui-custom-guis-in-sccm/

For reference, there is also this video: https://youtu.be/nelpwJLQJDk - Using the TS to upload the hash

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

2 participants