Intune Multi-User setup

Copper Contributor

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?

 

 

 

1 Reply
Further to this I was a little impatient and thought I would setup a test user to sign into the welcome page with in the hope of removing it afterwards by removing primary user.

However, although I have made the Configuration Template to specifically have 'Guest' and not 'Domain Guest' I've noticed that upon logging out of the test user I'm met with 'Other User' and 'Guest'. Again I don't want the option of users to log in, it's purely for guest purposes. Like a library or a school. All seems a little over complicated.