I need a solution
Hi Team,
I want to know how can i start “Full Scan” using PowerShell Scripting. I performed the below scripting but its starting “Active Scan” which i can view in SEP Scan Logs, but i need to start “Full Scan”.
$arg1 = ‘/c’
$arg2 = ‘/ScanAllDrives’
$logFile = ‘/LOGFILE=”C:Usersdebojyoti.pAppDataLocalSymantecSymantec Endpoint ProtectionLogstest.log”‘
Start-Job -ScriptBlock {& “C:Program Files (x86)SymantecSymantec Endpoint Protection14.0.3897.1101.105BinDoScan.exe” $Args[0] $Args[1] $Args[2]} -ArgumentList $arg1, $arg2, $logFile}
I checked in command line where-in the switched are present only for “Active Scan”.
Kindly help me to get the solution.
Thanks & Regards,
Debojyoti Paul.
0