A PowerShell script to automate most of the install of my DFIR lab VM
- Open PowerShell as Administrator
- Run
set-executionpolicy unrestricted; sl $env:USERPROFILE\Downloads\; iwr https://raw.githubusercontent.com/netsecninja/DFIR-Lab/main/Get-DFIRLab.ps1 -outfile Get-DFIRLab.ps1; .\Get-DFIRLab.ps1