Cmdlets for Google Drive

Build 25.0.9434

Select-GoogleDrive Cmdlet

Parameters   Output Objects  

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

Syntax

Select-GoogleDrive [parameters]

Remarks

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

$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