Files
tacticalrmm/scripts/WindowsDefenderFullScanBackground.ps1
Omnicef add3f34289 WinDefendQuickScanBackground
Runs a Quick Scan using Windows Defender in the Background
2020-08-25 16:20:04 -07:00

2 lines
140 B
PowerShell

Write-Host "Running Windows Defender Full Scan in Background" -ForegroundColor Green
Start-MpScan -ScanPath C:\ -ScanType FullScan -AsJob