Google Apps Migration for Microsoft Exchange Administration Guide User Manual
Page 65
Migration
65
Here are examples of how you can run the utility from the command line. Remember to
enclose the parameters in double quotes (‘’
parameter
“).
Microsoft® Exchange Server
.\ExchangeMigration.exe --noenable_contact_migration
--exchange_admin_login="user-name"
--source_server="exchange-server hostname"
--google_domain="Google Apps Domain"
--filename="file-name containing users list"
--google_consumer_key="Google Apps 2LO Consumer Key"
--google_consumer_secret="Google Apps 2LO Consumer Secret"
IMAP Server
.\ExchangeMigration.exe --enable_imap --nouse_gui
--filename="file-name containing users list"
--source_server="imap_server_name" --google_domain="Google Apps Domain"
--google_consumer_key="Google Apps 2LO Consumer Key"
--google_consumer_secret="Google Apps 2LO Consumer Secret"
--retry_count=5 --num_threads=10
--exclude_top_level_folders="toplevel folder"
--imap_security=1 --imap_port=993
--imap_security
The one-digit code for the security option you want
to use:
• 0 (no security)
• 1 (SSL)
• 2 (STARTTLS)
Example:
--imap_security=1
--imap_port
The port number for the IMAP server.
Example:
--imap_port=143
--imap_path_prefix
The path where user folders are stored on an IMAP
server.
Common paths by server:
• Thunderbird: IMAP server directory
• Outlook Express: Root folder path
• Pine: Name of Inbox Server
• kmail: Prefix to folders
• os/x mail: IMAP path prefix
For this argument...
Supply this parameter