Version 2 vs 3
Version 2 vs 3
Content Changes
Content Changes
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=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
{F14275}
=== Plus compliqué mais plus fonctionnel en cas de besoin
=== Step 1
To export the AutoComplete mailbox message, follow these steps:
- Exit Outlook, and then close Outlook Web Access or Outlook Web App (OWA) on all workstations that are connected to your mailbox.
- Download and install MFCMAPI from https://github.com/stephenegriffin/mfcmapi.
- Run mfcmapi.exe.
- On the Session menu, click Logon.
- If you are prompted for a profile, select the desired profile name, and then click OK.
- In the top pane, locate the line that corresponds to your mailbox, and then double-click it.
- In the left-side navigation pane, expand Root Container, and then expand Top of Information Store or IPM_SUBTREE.
- Right-click the Inbox folder, and then click Open Associated Content Table. This action opens a new MFCMAPI window that contains various properties.
- Under the Subject column, right-click the item that has the subject IPM.Configuration.Autocomplete, and then click Export Message. This action opens the Save Message To File window.
- In the drop-down list, select MSG file (UNICODE), and then click OK.
- Select a folder location to which you want to save the message, and then click Save. Note this location.
==== Step 2
To import the AutoComplete mailbox message, follow these steps.
- Exit Outlook, and then close Outlook Web Access or Outlook Web App (OWA) on all workstations that are connected to your mailbox.
- Download and install MFCMAPI from https://github.com/stephenegriffin/mfcmapi.
- Run mfcmapi.exe.
- On the Session menu, click Logon.
- If you are prompted for a profile, select the desired profile name, and then click OK.
- In the top pane, locate the line that corresponds to your mailbox, and then double-click it.
- In the left-side navigation pane, expand Root – Mailbox, and then expand Top of Information Store or IPM_SUBTREE.
- Right-click the Inbox folder, and then click Open Associated Content Table. This action opens a new MFCMAPI window that contains various properties.
- To avoid duplicate entries, you must delete the existing AutoComplete message.Note: Before you delete the IPM.Configuration.Autocomplete message, you must export the message by using the steps in the “How to export the Auto-Complete cache” section.To delete the existing AutoComplete message, follow these steps:
- In the Subject column, locate the item that has the subject IPM.Configuration.Autocomplete.
- Right-click the item, and then click Delete message. This opens the Delete Item window.
- In the drop-down list, select Permanent deletion (deletes to deleted item retention if supported), and then click OK.
- On the Folder menu, click Import, and then click From MSG.
- Locate the .msg file that you created in step 11 of the “How to Export the Auto-Complete List” section, and then click OK.
- In the Load MSG window that appears, select Load message into current folder in the Load style list, and then click OK.
The AutoComplete information is imported from the IPM.Configuration.Autocomplete_<hexadecimal code>.msg, where the placeholder <hexadecimal code> represents a long string of numbers and letters.
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}
=== Plus compliqué mais plus fonctionnel en cas de besoin
=== Step 1
To export the AutoComplete mailbox message, follow these steps:
- Exit Outlook, and then close Outlook Web Access or Outlook Web App (OWA) on all workstations that are connected to your mailbox.
- Download and install MFCMAPI from https://github.com/stephenegriffin/mfcmapi.
- Run mfcmapi.exe.
- On the Session menu, click Logon.
- If you are prompted for a profile, select the desired profile name, and then click OK.
- In the top pane, locate the line that corresponds to your mailbox, and then double-click it.
- In the left-side navigation pane, expand Root Container, and then expand Top of Information Store or IPM_SUBTREE.
- Right-click the Inbox folder, and then click Open Associated Content Table. This action opens a new MFCMAPI window that contains various properties.
- Under the Subject column, right-click the item that has the subject IPM.Configuration.Autocomplete, and then click Export Message. This action opens the Save Message To File window.
- In the drop-down list, select MSG file (UNICODE), and then click OK.
- Select a folder location to which you want to save the message, and then click Save. Note this location.
==== Step 2
To import the AutoComplete mailbox message, follow these steps.
- Exit Outlook, and then close Outlook Web Access or Outlook Web App (OWA) on all workstations that are connected to your mailbox.
- Download and install MFCMAPI from https://github.com/stephenegriffin/mfcmapi.
- Run mfcmapi.exe.
- On the Session menu, click Logon.
- If you are prompted for a profile, select the desired profile name, and then click OK.
- In the top pane, locate the line that corresponds to your mailbox, and then double-click it.
- In the left-side navigation pane, expand Root – Mailbox, and then expand Top of Information Store or IPM_SUBTREE.
- Right-click the Inbox folder, and then click Open Associated Content Table. This action opens a new MFCMAPI window that contains various properties.
- To avoid duplicate entries, you must delete the existing AutoComplete message.Note: Before you delete the IPM.Configuration.Autocomplete message, you must export the message by using the steps in the “How to export the Auto-Complete cache” section.To delete the existing AutoComplete message, follow these steps:
- In the Subject column, locate the item that has the subject IPM.Configuration.Autocomplete.
- Right-click the item, and then click Delete message. This opens the Delete Item window.
- In the drop-down list, select Permanent deletion (deletes to deleted item retention if supported), and then click OK.
- On the Folder menu, click Import, and then click From MSG.
- Locate the .msg file that you created in step 11 of the “How to Export the Auto-Complete List” section, and then click OK.
- In the Load MSG window that appears, select Load message into current folder in the Load style list, and then click OK.
The AutoComplete information is imported from the IPM.Configuration.Autocomplete_<hexadecimal code>.msg, where the placeholder <hexadecimal code> represents a long string of numbers and letters.