- Unblock file
- ls -r *.ps1 | Unblock-File
- Set-ExecutionPolicy AllSigned | RemoteSigned | Unrestricted
- Running module standalone (as administrator)
- Netstat
.\Get-Netstat.ps1 | ConvertTo-CSV -Delimiter "
t" -NoTypeInformation | % { $_ -replace "
"" } | Set-Content netstat.tsv - Usb
.\Modules\Registry\Get-USBForensics.ps1 | ConvertTo-CSV -Delimiter "
t" -NoTypeInformation | % { $_ -replace "
"" } | Set-Content usb.tsv
- Netstat
.\Get-Netstat.ps1 | ConvertTo-CSV -Delimiter "