This and that
  • Home
Subscribe
Tagged

Powershell

A collection of 2 posts

Powershell

From ColorNote to Joplin: A PowerShell Script to Export My Notes

I've used the ColorNote app on Android for many years, but I recently decided it was time to move to another notes app. I quickly hit a wall: there was no easy way to move all my notes. I could share them one by one and copy them over, but

  • Martin van Beurden
Martin van Beurden Oct 5, 2025 • 1 min read
Windows

Getting a file hash in powershell

To get the MD5 hash of a file run the following command in powershell: get-filehash -algorithm md5 <filename> Similarly, to get the SHA1 hash run: get-filehash -algorithm sha1 <filename> If you just need the hash value output: (get-filehash -algorithm md5 <filename>).Hash

  • Martin van Beurden
Martin van Beurden Mar 26, 2016 • 1 min read
This and that © 2025
Powered by Ghost