Jump to content

ESET eshell - simple way to query In-Depth scan?


Recommended Posts

Hi there, 

I've written some basic powershell/eshell script which queries the scheduled tasks to show the scheduled scans but this doesn't specifically show if those scans are in-depth or not: 

$password = ""
$taskId = ""

cmd.exe /c "eshell set password plain $password ""&"" select scheduler task $taskId ""&"" scheduler name ""&"" scheduler parameters scan profile"

Do you know of a simpler way to show specifically if an In-Depth scan is scheduled? 

Thanks

Sam

Link to comment
Share on other sites

This is the output of my script - is the 'Full scan' shown the same as an 'In-Depth' scan?

Scheduled tasks
==============================================================================================================
==============================================================================================================
==============================================================================================================
======================================================================
     ID             Active                                  Name                                              
                                                                                                              
                    Task
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------
       1            Enabled                                 Log maintenance                                   
                                                                                                              
                    Log maintenance
       2            Enabled                                 Regular automatic update                          
                                                                                                              
                    Update
       3            Enabled                                 Automatic update after dial-up connection         
                                                                                                              
                    Update
       4            Disabled                                Automatic update after user logon                 
                                                                                                              
                    Update
       5            Enabled                                 Automatic startup file check                      
                                                                                                              
                    System startup file check
       6            Enabled                                 Automatic startup file check                      
                                                                                                              
                    System startup file check
       7            Disabled                                Automatic first scan                              
                                                                                                              
                    First-scan
       8            Enabled                                 Full Scan                                         
                                                                                                              
                    On-demand computer scan
       9            Enabled                                 Sam Test Scan                                     
                                                                                                              
                    On-demand computer scan
==============================================================================================================
==============================================================================================================
==============================================================================================================
======================================================================

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...