Select-GoogleContacts Cmdlet
Searches GoogleContacts data.
Syntax
Select-GoogleContacts [parameters]
Remarks
The Select-GoogleContacts cmdlet allows you to use a syntax similar to SQL SELECT statements to search GoogleContacts data.
$conn = Connect-GoogleContacts
Select-GoogleContacts -Connection $conn -Table "[My Contacts]" -Columns @("GivenName","HomeEmailAddresses") -Where "Id='c7782206569106794554'"