Windows – Disable – Allow my organization to manage my device (Azure)

email me

This is how you disable the ‘Allow my organization to manage my device’ option in certain Microsoft apps, like Microsoft Remote Desktop, Office 365, and OneNote.


Why do you want to disable this?

If a user allows this option to be checked (which is the default setting), company apps and policies get applied to their machine from Azure-Intune. In some cases, you DO NOT want to do this, especially if the user is running their own computer with ownership set to Personal, instead of Corporate.


Example


Solution

Just wrap this command into the installation package, or…deploy the command to machines you don’t want this option available on.

reg ADD “HKLM\Software\Policies\Microsoft\Windows\WorkplaceJoin” /v BlockAADWorkplaceJoin /t REG_DWORD /d 1 /f /reg:64

 

Notes

Reg add