Files
tacticalrmm/scripts/Win_Defender_QuickScan_Background.ps1
bbrendon 9b6571ce68 Update Win_Defender_QuickScan_Background.ps1
I did some tests and don't see value in specifying a drive letter. `QuickScanAge` resets to 0 even without a drive letter.

Having a drive letter seems to also assume something that may not be true.
2021-10-04 12:29:41 -07:00

3 lines
129 B
PowerShell

Write-Host "Running Windows Defender Quick Scan in Background" -ForegroundColor Green
Start-MpScan -ScanType QuickScan -AsJob