Saturday, April 21, 2012

Set Up Gmail, Google Calendar, and Google Contacts on iOS

Settings-> "Mail, Contacts, Calendars"->"Add Account->Microsoft Exchange (NOT Gmail)
Email          : [use gmail email address]
Server        : m.google.com
Domain      : [leave the Domain field blank]
Username   : [use full gmail email address]
Password   : [use gmail password]
Description : [use any description]
(If error encountered ie "Unable to Verify Certificate", just tap cancel).
Enable Mail, Contact, and Calendar syncing from the account settings by turning ON feature.

Tuesday, April 3, 2012

Copying Files using Robocopy

Robocopy “C:\source_directory” “E:\destination_directory” /MIR /XA:SH /XD AppData /XJD /R:5 /W:15 /MT:32 /V /NP /LOG:Backup.log

/MIR      Mirror Copy
/XA:SH Exclude System and Hidden files
/XD       Exclude Folder
/XJD     Exclude link joints
/R /W     Retries and wait
/MT      Multi-threading
/V         Verbose
/NP       Do not show percentage
/LOG    Log file