Build 3202 PowerShell Script
Posted: Sun 21 Aug 2022 2:18 pm
Thought I would try out the MD5 hash checker and ran into two problems.
1) The example in the release notes is incorrect
.\MXutils\windowsCheckMD5HashFile.ps1 -HashFile hash_md5_3202.txt
Should be
.\MXutils\windows\CheckMD5HashFile.ps1 -HashFile hash_md5_3202.txt
and my computer on which I run Windows 10 Powershell would not let me run scripts.
Solved it by typing in at the Powershel Command Line (PowerShell run with Administrator rights)
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser and answered A=All to the prompt that asked if I wanted to change the Execution Policy.
1) The example in the release notes is incorrect
.\MXutils\windowsCheckMD5HashFile.ps1 -HashFile hash_md5_3202.txt
Should be
.\MXutils\windows\CheckMD5HashFile.ps1 -HashFile hash_md5_3202.txt
and my computer on which I run Windows 10 Powershell would not let me run scripts.
Solved it by typing in at the Powershel Command Line (PowerShell run with Administrator rights)
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser and answered A=All to the prompt that asked if I wanted to change the Execution Policy.