Cmdlets for Google Drive

Build 24.0.9175

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
Select-GoogleDrive -Connection $conn -Table "Files" -Columns @("Id","Name") -Where "Extension='png'"

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