Jump to content

Vulnerability scan by CLI command


Recommended Posts

Hello 
Has someone an idea how to initiate a vulnerability scan task on a server by Powershell or CLI?

Every server is member of a task, which is configured on KSC to do a VN-Scan once a week. I would like to have the possibility to start this task by powershell after deploying updates of apps on a server.

Or is there another way beside jumping on KSC, opening the server and running VN-Scan?

 

Thanks and best regards

Walter
 

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

you can use avp.com to run existing tasks.

In short:
# "C:\Program Files (x86)\Kaspersky Lab\Kaspersky Endpoint Security for Windows\avp.com" STATUS
this shows you all the running tasks

and you can start them with:
# c:\>"C:\Program Files (x86)\Kaspersky Lab\Kaspersky Endpoint Security for Windows\avp.com" START Updater$ak000043
(change the task number to your own tasknumber)

Information to use:
Managing the application from the command line
https://support.kaspersky.com/KESWin/12.0/en-US/184545.htm

More commands can be found here:
https://support.kaspersky.com/kes10/how_to/11336

 

And general information. You can add avp.com to the system variables in the installation package. When you've done this you can just use:
# avp.com STATUS

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...