Select-OneDrive Cmdlet
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'"