Cmdlets for Microsoft OneNote

Build 24.0.8963

Select-OneNote Cmdlet

Parameters   Output Objects  

Searches Microsoft OneNote data.

Syntax

Select-OneNote [parameters]

Remarks

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

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

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