Cmdlets for Google Directory

Build 25.0.9434

Select-GoogleDirectory Cmdlet

Parameters   Output Objects  

Google Directory データを検索します。

Syntax

Select-GoogleDirectory [parameters]

Remarks

Select-GoogleDirectory コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle Directory データを検索できます。

$conn = Connect-GoogleDirectory -InitiateOAuth 'GETANDREFRESH' -OAuthClientId 'OAuthClientId' -OAuthClientSecret 'OAuthClientSecret'
Select-GoogleDirectory -Connection $conn -Table "Group" -Columns @("Name","Email") -Where "CustomerId='eyt593htjgh'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434