Attended one of those sessions where the key selling point was “how to get things done”. In other words, get your sh*t together and get organized with zero emails in you inbox. It is a whole philosophy, google it :-) Well one of the suggestions was to use the “send to onenote” program that is installed with OneNote. Of course that is way to may clicks for me and my mouse and I started to look into a quicker way of doing it in powershell, what else? Turns out there are very few posts on the subject, sending things from powershell to OneNote. Found a couple of references using c# and that is almost powershell so of I went and created this function Out-Note. (Out-Note) The function takes two parameters. Note = The text you want to send to OneNote and an optional parameter Section that defaults to “General”. UPDATE - 23 March 2015 Received a tweet from Jan Egil Ring (Powershell MVP - @JanEgilRing ). He was having issues with the function. It would only create a new page ...