Comments on: Create Autopilot Profile for HoloLens 2 Devices https://www.prajwaldesai.com/create-autopilot-profile-for-hololens-2-devices/ SCCM | ConfigMgr | Intune | Windows 11 | Azure Wed, 14 Jul 2021 14:10:32 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Jorge Cuellar https://www.prajwaldesai.com/create-autopilot-profile-for-hololens-2-devices/#comment-27837 https://www.prajwaldesai.com/?p=219974#comment-27837 Great Article, go the same syntax error as Carolina. Here is the fix for it:
for Hololen2: (device.deviceManufacturer -eq “Microsoft Corporation”) and (device.deviceModel -eq “HoloLens 2”)
For Hololens Ver 1: (device.deviceManufacturer -eq “Microsoft Corporation”) and (device.deviceModel -eq “HoloLens”)

Have Fun!

]]>
By: Carolina Cadenas https://www.prajwaldesai.com/create-autopilot-profile-for-hololens-2-devices/#comment-27281 https://www.prajwaldesai.com/?p=219974#comment-27281 This is a great article however, when saving the Rule Syntax I get an error. Is there any reference to help with this? Many Thanks

]]>