Cmdlets for Microsoft OneDrive

Build 24.0.9060

Select-OneDrive Cmdlet

Parameters   Output Objects  

Searches Microsoft OneDrive data.

Syntax

Select-OneDrive [parameters]

Remarks

The Select-OneDrive cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft OneDrive data.

$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 24.0.9060