Autopilot
121 TopicsWindows Autopilot and Configuration Management Client Installation Methods
I'm using Windows Autopilot to build my machines with AzureAD hybrid join. Currently as part of the ESP we deploy the configuration manager client and our VPN software (both Win32 apps) to them so we can get them co-managed ASAP. We also do this in ESP as blocking apps to control the device availability to users until they are completed. Our implementation partner advised us to install the Configuration Manager client in this manner to speed up co-management. Autopilot works (albeit slow at _ 60 mins). I am confused though on whether or not adding the configuration manager client into the autopilot build in this manner is supported? Reading this (Co-manage internet-based devices - Configuration Manager | Microsoft Learn) it states: You can't deploy the Configuration Manager client while provisioning a new computer in Windows Autopilot user-driven mode for hybrid Azure AD join. This limitation is due to the identity change of the device during the hybrid Azure AD-join process. Deploy the Configuration Manager client after the Autopilot process. For alternative options to install the client, see Client installation methods in Configuration Manager. So reading this it seems what we are doing is invalid. So question 1: Is it incorrect/unsupported to install the configuration manager client as a Win32 app during autopilot (ESP or otherwise)? Furthermore I read here (Co-manage internet-based devices - Configuration Manager | Microsoft Learn) that it appears there is no longer a need to to deploy configuration manager client as an app at all but it can simply be configured in it via Home -> Device -> Enroll Devices -> Windows Enrollment > Co-management Authority You no longer need to create and assign an Intune app to install the Configuration Manager client. The Intune enrollment policy automatically installs the Configuration Manager client as a first-party app. The device gets the client content from the Configuration Manager cloud management gateway (CMG), so you don't need to provide and manage the client content in Intune. Is this method only valid post autopilot?Solved4.8KViews3likes7CommentsAutopilot profile is not assigned if a device already registered Azure AD
When import device information for Autopilot, if the devices already registered to Azure AD, the profile status in Windows Autopilot devices have not changed from ”Not Assigned”. After deleting the device from both Autopilot devices and Azure AD, and import again, it has changed to ”Assigned”. It is the same behavior at import csv file, which created by PowerShell script manually or use Autopilot profile to convert targeted devices. Note that we had not applied Autopilot enrollment to all devices, and we use a security group referring ”ZTDId”. And a security group specified Azure AD devices for convert. And, it seems when import csv file to Autopilot, devices register to Azure AD automatically. If we remove it from Azure AD, the device information will not re-register automatically. Or will it work with the security group of all Azure AD device? I want to know: 1. Import Autopilot information of devices that already registered to Azure AD does it work? 2. With the security group reference ZTDId, does it work? 3. The best practice to register Autopilot information, that device already registered to Azure AD and Intune Thank you for reading. If you know anything about it, please teach me.84KViews1like23CommentsAutopillot self-deploying mode and Windows Updates
Hi all, Looking for help in getting W10 devices to patch whilst in sleep mode. I would be looking to put the Windows 10 device to sleep then deploying updates overnight. Set up is as follows - Lenovo T470s Laptop - Windows 10 1903 - OS Deployed using Autopilot self-deploying mode. Laptop is in Shared PC mode The area which is unclear to me is as follows. The setting in Shared PC mode below suggests that this is the period when maintenance starts Shared multi-user device Maintenance start time(in minutes from midnight) I believe I would have to use a Windows Update Ring alongside this to deploy the updates. Hovwever, there doesn't seem to be documentation detailing how to achieve this. i.e. waking form sleep mode and deploying updates using Windows update rings? Any advice appreciated982Views1like1CommentParameter is incorrect error at ESP phase of Autopilot device preparation policy (Autopilot V2)
Hi Team, I am testing the Windows autopilot device preparation profile (Autopilot V2). Here, I need to rename the device while it is enrolling to the Intune (during ESP). So, I created a script that has below command to rename the device and rebooting it. Rename-Computer -NewName $newname -ErrorAction 'Stop' -ErrorVariable err -Restart -Force The issue I am facing now is that, when the device is at ESP, it runs the script to rename the device and also it restart the device. But after restart it does not complete the device preparation set up and s an shows an error screen called with message "Parameter is incorrect" and after clicking on OK, I get to see the login screen. After logging in, I am able to use my machine fine and the device is also renamed as per my organization standards. Does anyone also have faced this kind of issue while testing the Autopilot V2 with reboot script at ESP. Regards, Ashish Arya389Views1like2CommentsReassigning a device to another user
What is the recommended process for reassigning a device to a new user in an environment where all devices are enrolled in Autopilot, Intune Defender, and Entra ID, and users have M365 E5 licenses? Currently, to maintain compliance while the device is awaiting reassignment, I have been deleting it from the Intune and Defender portals, but not from Autopilot. However, since the device remains in Autopilot, it cannot be deleted from Entra ID and continues to display the old name and user assignment, even after being renamed in Autopilot. Is there a better approach to this situation?431Views1like0CommentsAutoPilot Hardware hash error, You cannot call a method on a null-valued expression
When we trying to download the hardware hash for Autopilot via Powershell, we recently are getting null-valued expression errors on random laptops W11P laptops . So far on W10P we never hard problems. Is there a way to exclude $model, $make? Or can we adjust the script? our script: @ECHO OFF echo Enabling WinRM PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command Enable-PSRemoting -SkipNetworkProfileCheck -Force echo Gathering AutoPilot Hash PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command %~dp0Get-WindowsAutoPilotInfo.ps1 -ComputerName $env:computername -OutputFile %~dp0compHash.csv -append echo Done! pause3KViews1like4CommentsCollect Autopilot hashes without big user interaction?
Hi there, is there a way to collect the hashes for the autopilot from existing local Windows 10/11 devices without guiding the user through a powershell script? You can also export the management protocols directly via the GUI, is there perhaps a batch for this? Thanks a lotSolved2KViews1like3CommentsNo Assigned user in Windows Autopilot Configuration
I have assigned an user to an Autopilot device in the hope I could provision the device according to that user's account settings. I wish I could get something like in the picture below (after hitting Windows key 5 times). Unfortunately, it always says "Assigned user: not assigned". What should I check?3.4KViews1like1CommentAutopilot client enrollment is not able to retrieve the user AAD token during/after Device setup
I have a problem that Autopilot client enrollment is not able to retrieve the user AAD token during/after Device setup. The enrollment process stop and I get an error message saying "Incorrect parameter". After The client is booting I get back to the login screen and the Enrollment Status Page is displayed after logging in (have to write both username and password) then I get logged ant the enrollment process continue with the Account setup. The client autopilot events log is showing a warning (event iD 100) : Autopilot policy [AUTOPILOT_OOBE_SETTINGS_AAD_AUTH_USING_DEVICE_TICKET] not found. I'm using Windows 10 1809.9.1KViews1like2Commentsmultiple autopilot profiles
Hello, I am wondering how other companies handle multiple Autopilot Profiles. We will need at least 2 different Profiles to decide between admin and standard users. But as the profile needs to be assigned to devices and not users, we will have to handle the group membership individually for each device. One Idea would be to only have one autopilot profile with standard users, dynamically assign all devices to this profile and handle the administrative users via a PowerShell script. But I am not sure if this will work? Maybe some other ideas? Best Regards, MarcSolved11KViews1like4Comments