Event banner
AMA: Windows management with Intune
Event Ended
Wednesday, Mar 20, 2024, 08:30 AM PDTEvent details
Do you manage Windows endpoints in Intune? Do you have questions that extend beyond configuration and involve ensuring security, compliance, and a seamless user experience on Windows? Join this Ask M...
Char_Cheesman
Updated Dec 27, 2024
Thomas_Shirley
Mar 20, 2024Copper Contributor
I have seen an issue happen several times now where our naming convention is not being applied during the OOBE when users are going through autopilot, is this indicative of something going wrong during the autopilot process? When looking at the device after it shows in intune everything else looks correct on the device.
Joe_Lurie
Microsoft
Mar 20, 2024Thomas_Shirley The naming template only works for Entra joined (Azure AD joined) devices, not hybrid joined. Assuming the devices are Entra joined, since the Autopilot profile allows you to configure a template, I'd expect the name to work, unless you were using a %% that it doesn't understand. You should only use %RAND% or %SERIAL%. If you're using something like %MACADDRESS% (I know you aren't using that specifically) then it won't work.
If you are hybrid joining the device, there could be other issues with the naming. Alternatively, you can use a PowerShell script to set the name during OOBE.