-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue pulling Autopilot Config #55
Comments
Hi Ben! ... I have the same experience as @M0VENTURA Tried following Microsofts advice on how to get the autopilot configuration profile - but to avail. I ended up on Reddit -
:::::::::::::::::::::::::::: Import-Module Microsoft.Graph.DeviceManagement.Enrolment Select-MgProfile beta Connect-MgGraph -scopes 'DeviceManagementServiceConfig.Read.All' Get-MgDeviceManagementWindowAutopilotDeploymentProfile Typos and all. :) If my coding skills were adequate I would do it myself - but unfortunately we are not there yet. Thanks in advance - and thank you for any update regarding this matter |
Excellent tool but the same issue needs updating to cope with the Microsoft changes luckily I already made several USB's and its fairly simple to manually copy over the install.wim to the correct location but would really appreciate a fix for admins just finding this tool. |
For full clarity, further work on getting the offline autopilot profile
will not be completed because of known issues with delays in applying
device policies to a device that isn't joined prior to onboarding. I am
happy to discuss further - but not in the comments section of a blog post.
- Ben
…On Fri, 19 Jan 2024, 7:20 am rheibel, ***@***.***> wrote:
Excellent tool but the same issue needs updating to cope with the
Microsoft changes luckily I already made several USB's and its fairly
simple to manually copy over the install.wim to the correct location but
would really appreciate a fix for admins just finding this tool.
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIDA4LIZVDACDM6M4S6U4ATYPF7W7AVCNFSM6AAAAAAZX4WGTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJZGE2DOMRUHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, Getting the following error after connecting to our Azure environment
Grabbing Autopilot config file from Azure..
Write-Error: System.Management.Automation.CommandNotFoundException: The term 'Invoke-MgGraphRequest' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
I've made sure that all required modules are installed. Apparently Microsoft has made some changes lately, not sure if that's caused it to break, or if theres something simple I'm missing.
The text was updated successfully, but these errors were encountered: