Cmdlets for Microsoft OneDrive

Build 23.0.8839

Select-OneDrive Cmdlet

Parameters   Output Objects  

Microsoft OneDrive データを検索します。

Syntax

Select-OneDrive [parameters]

Remarks

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

$conn = Connect-OneDrive -OAuthClientId 'MyApplicationId' -OAuthClientSecret 'MySecretKey' -CallbackURL 'http://localhost:33333'
Select-OneDrive -Connection $conn -Table "Files" -Columns @("Id","Name") -Where "Id='Jq74mCczmFXk1tC10GB'"

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