Aug 14 2024 08:08 AM
Hi,
I need some assistance with creating an Intune PC that utilises a "multi-user setup" whereby a user can come along and use the PC but when they log out it wipes for someone else to then use.
We normally setup our standard (user-assigned) laptops using the following:
set-executionpolicy bypass
install-script get-windowsautopilotinfo
Get-WindowsAutoPilotInfo.ps1 -online
This brings us to the OOBE page whereby the user can then sign in. However, with the multi-user PCs we want to setup we want them to have no user signing into them to setup.
I've tried setting up a Windows 10/11 configuration policy which I'll attach and then excuting the following instead of the above:
set-executionpolicy bypass
install-script get-windowsautopilotinfo
Get-WindowsAutoPilotInfo.ps1 -AddToGroup Intune_MDM_HotDesk -online
However the above still brings me to the 'Welcome (Company) screen' and asks for a user to sign in. But again I want to avoid the sign-in so that it goes right through to the desktop experience.
Can anyone help?
Aug 14 2024 02:29 PM