Category: PowerShell

Verifying File Hashes with PowerShell

I recently wanted to verify the hash of a file, named setup.exe, that was provided in a GnuPG signature file, named setup.txt. I used the PowerShell code below to verify the expected SHA-256 hash contained within the setup.txt file against the actual hash of the setup.exe file. You can use this script by modifying the …

Continue reading

Run Azure PowerShell in a Docker Container

You can run the latest image version of using the following command: You can also run a specific version of Azure PowerShell using the following command: If you want to just download and pull the images from the official Microsoft Container Registry (MCR) you can just run the docker pull commands. Pull a specific version …

Continue reading