script + doc
This commit is contained in:
commit
dc6a6e644c
15
DisableE365EndPoint.bat
Normal file
15
DisableE365EndPoint.bat
Normal file
@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
|
||||
REM Désactiver ExcludeExplicitO365Endpoint dans Outlook
|
||||
|
||||
REM Ajout de la clé de registre pour l'architecture 32 bits
|
||||
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f
|
||||
|
||||
REM Ajout de la clé de registre pour l'architecture 64 bits
|
||||
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f
|
||||
|
||||
REM Ajout de la clé de registre de stratégie de groupe pour l'architecture 32 bits
|
||||
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f
|
||||
|
||||
REM Ajout de la clé de registre de stratégie de groupe pour l'architecture 64 bits
|
||||
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f
|
0
DisableE365EndPoint.ps1
Normal file
0
DisableE365EndPoint.ps1
Normal file
Loading…
Reference in New Issue
Block a user