Tag Archives: onenote

Downloading OneNote content with Export-OneNote

With this PowerShell script you can easily extract OneNote artifacts for further processing: Download most notebook data, including structure, pages, images and attached files Pages are processed into self contained HTML files Creates a simple HTML preview of the notebook … Continue reading

Posted in Tips | Tagged , , , , , | Leave a comment

How to get “order” and “level” for pages in OneNote Graph API

Quick tip: To include the order  and level  properties when getting pages with the Graph OneNote API, you need to add ?pagelevel=true  to your request. This is not mentioned in the documentation.

Posted in Development, Tips | Tagged , | Leave a comment