When you download a zip file from the Internet you have to unblock and unzip the file. I need to do this fairly often so wrote this simple function to perform both actions rather than doing it manually.
function unzipfile {
param (
[string]$path … Read the full text.