Skip to content

CheloLima/PCCheckv2

Repository files navigation

PC-Check Version 2

Simple tool to safely dump system logs in PC Check for DFIR use. This will be fully local, no data will be externally collected. Running PC Checking Programs, including this script, outside of PC Checks may have impact on the outcome. Tool is open for everybody to look into the code.

Usage of other Software

The script invokes the following CLI tools:

Invoke Script

To directly invoke the script in Powershell use:

New-Item -Path "C:\Temp\Scripts" -ItemType Directory -Force | Out-Null 
Set-Location "C:\temp\Scripts"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/CheloLima/PCCheckv2/master/Menu.ps1" -OutFile "Menu.ps1"
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force
Add-MpPreference -ExclusionPath 'C:\Temp' | Out-Null; .\Menu.ps1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published