Difference between revisions of "Limit usable accounts"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Purpose== To limit the account types that users have access to. ==Disable IMAP== <pre> HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options DWORD: DisableIMAP Va...") |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
==Purpose== | ==Purpose== | ||
− | To limit the account types that users have access to. | + | To limit the account types that users have access to.<ref>https://support.microsoft.com/en-us/help/317819/the-options-to-prevent-addition-of-an-exchange-pop3-imap-or-other-serv</ref><ref>https://www.slipstick.com/exchange/how-to-prevent-users-from-creating-new-email-accounts/</ref> |
+ | |||
==Disable IMAP== | ==Disable IMAP== | ||
<pre> | <pre> |
Latest revision as of 17:41, 30 May 2018
Contents
Purpose
To limit the account types that users have access to.[1][2]
Disable IMAP
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options DWORD: DisableIMAP Value : 1
Disable POP3
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options DWORD: DisablePOP3 Value : 1
Disable Other Types
I do not know if this works, from my testing it did not work.
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options DWORD: DisableOtherTypes Value : 1
Disable Multiple Exchange Accounts
I do not know if this works, from my testing it did not work.
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options DWORD: disablemultipleexchange Value : 1