Cmdlets for Google Contacts

Build 23.0.8839

Select-GoogleContacts Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839