mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.35k stars 896 forks source link

Require Powershell >= 5 #501

Closed Ana06 closed 11 months ago

Ana06 commented 11 months ago

Check in the installer that Powershell >= 3 is installed and document it.

Related https://github.com/mandiant/flare-vm/issues/481 https://github.com/mandiant/flare-vm/issues/500

Ana06 commented 11 months ago

According to Windows documentation, Windows 10 comes with Powershell >= 5. So I think we should require that instead.