WinDefendQuickScanBackground

Runs a Quick Scan using Windows Defender in the Background
This commit is contained in:
Omnicef 2020-08-25 16:20:04 -07:00
parent 51d9314caf
commit add3f34289
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Write-Host "Running Windows Defender Full Scan in Background" -ForegroundColor Green
Start-MpScan -ScanPath C:\ -ScanType FullScan -AsJob

View File

@ -0,0 +1,2 @@
Write-Host "Running Windows Defender Full Scan in Background" -ForegroundColor Green
Start-MpScan -ScanPath C:\ -ScanType QuickScan -AsJob