Add-GoogleContacts Cmdlet
Inserts GoogleContacts data.
Syntax
Add-GoogleContacts [parameters]
Remarks
The Add-GoogleContacts cmdlet allows you to use a syntax similar to SQL INSERT statements to create new GoogleContacts records.
Add-GoogleContacts -Connection $connection -Table "[My Contacts]" -Columns @("HomeEmailAddresses") -Values @("Jon Doe")