Posted On March 31, 2019

How to transport Outlook contacts

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to transport Outlook contacts
Export your contacts from Outlook:
  1. In Outlook, on the File menu, click Import and Export.
  2. Click Export to a file, and then click Next.
  3. Click Comma Separated Values (Windows), and then click Next.
  4. In the folder list, click the Contacts folder, and then click Next.
  5. Browse to the folder where you want to save the contacts as a .csv file.
  6. Type a name for the exported file, and then click OK.
  7. Click Next.
  8. Click Finish.
That gives you a comma separate list of your Outlook Contacts. Transfer that to your new computer, then you can import them into your new version of Outlook with the following steps:
  1. On the File menu, click Import and Export.
  2. Click Import from another program or file, and then click Next.
  3. In the list, click Comma Separated Values (Windows), and then click Next.
  4. Click Browse, locate your file, and then click Next.
  5. Click your Contacts folder or another folder that contains contacts, and then click Next.
  6. In the list, click the file that contains your address list, and then click Map Custom Fields.
That should get you going. If you need more help here are two reference pages from Microsoft, one on Exporting Outlook Contacts and another on Importing Outlook Contacts.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Google G Suite Administrators (GAM) Useful Commands

Install Google GAM if (!(Get-Command choco.exe -ErrorAction SilentlyContinue)) {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12Set-ExecutionPolicy Bypass -Scope Process -Force;…

PowerShell: Find Windows RDS Roles and Their Licensing Servers

# Get TS Licensing Servers (Enterprise or AD Registered) $termLicenseServers=Get-ADGroupMember -Identity "Terminal Server License Servers"…

Memo of an Advisory Regarding WinRM on a Non-Domain Joined Server

# Enable WinRM winrm quickconfig <# Sample output PS C:\Users\Administrator> winrm quickconfig WinRM service is…