Select-GoogleContacts Cmdlet
GoogleContacts データを検索します。
Syntax
Select-GoogleContacts [parameters]
Remarks
Select-GoogleContacts コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogleContacts データを検索できます。
$conn = Connect-GoogleContacts Select-GoogleContacts -Connection $conn -Table "[My Contacts]" -Columns @("GivenName","HomeEmailAddresses") -Where "Id='c7782206569106794554'"