Cmdlets for Google Directory

Build 24.0.9060

Select-GoogleDirectory Cmdlet

Parameters   Output Objects  

Searches Google Directory data.

Syntax

Select-GoogleDirectory [parameters]

Remarks

The Select-GoogleDirectory cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Directory data.

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

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