Files
tacticalrmm/scripts/Win_Defender_FullScan_Background.ps1
2021-11-28 13:23:47 -05:00

2 lines
137 B
PowerShell

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