Version 1 vs 2
Version 1 vs 2
Content Changes
Content Changes
Outils pour une migration Outlook facile
== Création d'un nouveau profil
lang=batch, name=New_Outlook_Profile.bat
::
:: Sourced https://www.codetwo.com/kb/recreate-outlook-profiles-after-migration/
:: Outlook 2010
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\O365_by_FSK"
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
reg add "HKCU\Software\Microsoft\Exchange\Client\Options" /v PickLogonProfile /t REG_DWORD /d "0" /f
:: Outlook 2013
reg add HKCU\Software\Microsoft\Office\15.0\Outlook\Profiles\O365_by_FSK
reg add "HKCU\Software\Microsoft\Office\15.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
:: Outlook 2016 & 2019
reg add HKCU\Software\Microsoft\Office\16.0\Outlook\Profiles\O365_by_FSK
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
Outils pour une migration Outlook facile
== Création d'un nouveau profil
{F14274}
lang=batch, name=Outlook_New_profile.bat
::
:: Sourced https://www.codetwo.com/kb/recreate-outlook-profiles-after-migration/
:: Outlook 2010
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\O365_by_FSK"
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
reg add "HKCU\Software\Microsoft\Exchange\Client\Options" /v PickLogonProfile /t REG_DWORD /d "0" /f
:: Outlook 2013
reg add HKCU\Software\Microsoft\Office\15.0\Outlook\Profiles\O365_by_FSK
reg add "HKCU\Software\Microsoft\Office\15.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
:: Outlook 2016 & 2019
reg add HKCU\Software\Microsoft\Office\16.0\Outlook\Profiles\O365_by_FSK
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
== Export du cache d'adresses Auto-Complete ou ancien NK2
https://www.nirsoft.net/utils/outlook_nk2_edit.html
https://github.com/stephenegriffin/mfcmapi
{F14275}
Outils pour une migration Outlook facile
== Création d'un nouveau profil
{F14274}
lang=batch, name=New_Outlook_P_New_profile.bat
::
:: Sourced https://www.codetwo.com/kb/recreate-outlook-profiles-after-migration/
:: Outlook 2010
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\O365_by_FSK"
reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
reg add "HKCU\Software\Microsoft\Exchange\Client\Options" /v PickLogonProfile /t REG_DWORD /d "0" /f
:: Outlook 2013
reg add HKCU\Software\Microsoft\Office\15.0\Outlook\Profiles\O365_by_FSK
reg add "HKCU\Software\Microsoft\Office\15.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
:: Outlook 2016 & 2019
reg add HKCU\Software\Microsoft\Office\16.0\Outlook\Profiles\O365_by_FSK
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook" /v DefaultProfile /t REG_SZ /d "O365_by_FSK" /F
== Export du cache d'adresses Auto-Complete ou ancien NK2
https://www.nirsoft.net/utils/outlook_nk2_edit.html
https://github.com/stephenegriffin/mfcmapi
{F14275}