Select-GoogleDirectory Cmdlet
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'"