Results: 1Comments by: evildarkarchon
File: HarvestMap09/04/20
DownloadNewData Powershell Script wget error
Posted By: evildarkarchon
I've noticed that when using the DownloadNewData cmdlet with Powershell 7.x (AKA Powershell Core) I get errors about wget being an invalid cmdlet. I did some searching and it seems that Wget is an alias for Invoke-WebRequest that seems to have been removed in "Powershell Core". I tried changing wget to Invoke-WebRequest and the scrip...