In the InstallHuntress.powershellv2.ps1 script, on line 1119, the logic statement of "if ($assetsCount -gt 1) {" has the variable name incorrect. Above it lists the variable name of "$assetCount". If the script fails to run as is with this misspelling in place. Correcting it to the proper variable name gets the script to run.