Forum Discussion
oryxway
Sep 28, 2022Iron Contributor
Allow only user account that is assigned to the device
How to restrict user account that has been assigned to the device in Intune? I have setup the configuration profile and have entered everything but not sure what would go under OMA-URI Value se...
Moe_Kinani
Oct 02, 2022Bronze Contributor
This policy should do it for you. The OMI is basicslly allowing AllowLocalLogon by using locsl Administrators group + Azure AD user you want to allow. So the value would like below:
Administrators AzureAD\email address removed for privacy reasons
Hope this helps!
Moe
oryxway390
Oct 12, 2022Brass Contributor
Administrators AzureAD - ? We cannot be assigning this to each user account right? I am confused sorry if I am too dumb here.
We are allowing only those users assigned to the device to logon to the laptop or desktop.
For example I am John Doe and have been assigned the device DESKTOP-XY123
and another user Jill Doe has been assigned the device LAPTOP-ABC321
Now, we want only the users assigned to their device So, if John Doe tries to login to LAPTOP-ABC321, he should not be able to.
To achieve this how can we make sure it is common for everyone based on their name (example - like a string value how we would use %USER%) Is there something like that so I can put that as the value ?
Administrators AzureAD\email address removed for privacy reasons - This is going to be specific for that user, but what about in general,
Moreover, we do not want the user who is logging into the computer as an admin, we have separate admin account.
We are allowing only those users assigned to the device to logon to the laptop or desktop.
For example I am John Doe and have been assigned the device DESKTOP-XY123
and another user Jill Doe has been assigned the device LAPTOP-ABC321
Now, we want only the users assigned to their device So, if John Doe tries to login to LAPTOP-ABC321, he should not be able to.
To achieve this how can we make sure it is common for everyone based on their name (example - like a string value how we would use %USER%) Is there something like that so I can put that as the value ?
Administrators AzureAD\email address removed for privacy reasons - This is going to be specific for that user, but what about in general,
Moreover, we do not want the user who is logging into the computer as an admin, we have separate admin account.