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.
3 lines
129 B
PowerShell
3 lines
129 B
PowerShell
Write-Host "Running Windows Defender Quick Scan in Background" -ForegroundColor Green
|
|
Start-MpScan -ScanType QuickScan -AsJob
|