Forum Discussion
Preventing Azure AD Registration / Microsoft Support can not help
Hello,
I want prevent that users itself register personal windows device in Azure AD.
1. When I disable the option "Users may register their dervices with Azure AD" my Intune management will disabled completely.
2. Azure AD => Mobility (MDM and MAM) => This Option have no impact to the AD register process.
3. Intune => Enroll devices | Enrollment device platform restrictions => I have set everything to block.
For what reason the restriction don't block this register process?
I have tested to resolve this over conditional access no success..
Thanks for your help 😃
10 Replies
- neemar130Copper Contributor
If you're looking to prevent Azure AD registration on a Windows device and you've found that Microsoft Support is unable to assist, you might need to take matters into your own hands. Here are some steps you can consider taking:
Group Policy: If you have access to Group Policy settings (especially on Windows Pro, Enterprise, or Education editions), you can configure policies to control Azure AD registration. Look for policies related to "User Account Control" or "Azure AD Join." These policies can help restrict or control the registration process.
Registry Edits: Be cautious with this option, as editing the Windows Registry can potentially cause issues if not done correctly. However, there might be specific registry keys you can modify to prevent Azure AD registration. Before making any changes, it's wise to back up your registry and research thoroughly.
Local Account Creation: Consider creating local user accounts instead of Microsoft accounts during the initial setup of your Windows device. This can help prevent the automatic Azure AD registration that typically occurs with Microsoft accounts.
Network Configuration: In some cases, Azure AD registration might be triggered when the device is connected to a specific network. You can try disconnecting from the network during setup and connecting after setting up the local account.
Offline Setup: Disconnect your device from the internet during the initial setup process. This might prevent the automatic Azure AD registration. However, keep in mind that this approach could limit some functionality until you reconnect.
Professional Assistance: If you're uncomfortable with advanced settings or edits, consider consulting with an IT professional or consultant who has expertise in managing Windows devices and Azure AD.
Remember that while these steps might help prevent Azure AD registration, they could also have unintended consequences or limit some functionality. Always ensure you have backups of your data and system settings before making any significant changes. Additionally, research thoroughly or consult with professionals to avoid potential issues.
- uyguibhucfdytCopper Contributor
nice
- uyguibhucfdytCopper Contributornice
- https://call4cloud.nl/2021/08/the-battle-between-aadj-and-aadr/#part4
Should tell you enough 🙂 but yeah...registered devices is indeed a fun thing - tebisa90aaCopper Contributor
To prevent users from registering their personal Windows devices in Azure AD, you can configure the device registration settings in Azure AD. Here's how you can achieve this:
Sign in to the Azure portal (https://portal.azure.com) using your administrator account.
Navigate to the Azure Active Directory service.
In the Azure Active Directory blade, go to "Devices" and then select "Device settings."
Under the "Device settings" section, locate the option "Users may register their devices with Azure AD" and set it to "No."
Save the changes by clicking on the "Save" button.
By disabling user device registration in Azure AD, users will no longer be able to register their personal Windows devices with Azure AD.
It's important to note that this configuration will only prevent users from registering personal Windows devices. Organization-owned devices that are provisioned and managed by your organization will still be able to join Azure AD as part of the device management process.
Additionally, keep in mind that this setting may impact other scenarios where device registration is required, such as accessing certain Microsoft 365 services or using Azure AD features like conditional access. Consider reviewing your organization's requirements and evaluating the impact of this configuration before applying it.
- James1315Copper ContributorHi,
Yes this is the configuration from the first position in my post. The button is greyed out and I can disable this via the PS command, "Get-AzureADServicePrincipal -Filter "DisplayName eq 'Microsoft Intune'" | Set-AzureADServicePrincipal -AccountEnabled $false"
But this disabled the Intune functionality entirely.
- MathieuVandenHautteSteel Contributor
Hi James1315,
There is no solution to control Azure AD registered devices. You will have to manually audit and clean-up these devices on a regular basis.- James1315Copper ContributorHi MathieuVandenHautte,
thanks for your message.
This is incredible. And in bigger environments not handable. The primary goal should be that the admin can control in which scenario devices can be register.