Cmdlets for Google Contacts

Build 23.0.8839

Remove-GoogleContacts Cmdlet

Parameters   Output Objects  

GoogleContacts データを削除します。

Syntax

Remove-GoogleContacts [parameters]

Remarks

Remove-GoogleContacts コマンドレットを使って、SQL DELETE ステートメントに似た構文を用いてGoogleContacts データを削除できます。

$conn = Connect-GoogleContacts
Remove-GoogleContacts -Connection $conn -Table "[My Contacts]" -Id "1"
Where パラメータは主キーを指定するためにも使われます。
Remove-GoogleContacts -Connection $conn -Table "exTablePowershell;" -Where "Id = 1"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-GoogleContacts -Connection $conn -Table [My Contacts] -Where "Id = 'c7782206569106794554'" | Remove-GoogleContacts

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