Cmdlets for Google Drive

Build 25.0.9434

Select-GoogleDrive Cmdlet

Parameters   Output Objects  

Searches Google Drive data.

Syntax

Select-GoogleDrive [parameters]

Remarks

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

$conn = Connect-GoogleDrive -InitiateOAuth "GETANDREFRESH" -OAuthClientId "myClientId" -OAuthClientSecret "myClientSecret" -OAuthSettingsLocation "myOAuthSettings.txt" 
Select-GoogleDrive -Connection $conn -Table "Files" -Columns @("Id","Name") -Where "Extension='png'"

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