This article contains a list of useful commands that can help configure Vulnerability Protection Manager. These commands can be used in both Powershell and Command Prompt.
As the VP Manager, go to C:\Program Files\Trend Micro\Vulnerability Protection Manager to run the following commands vp_c:
Action Name | Description | Usage |
---|---|---|
changesetting | Change a setting | vp_c -action changesetting -name NAME -value VALUE [-computerid COMPUTERID] [-computername COMPUTERNAME] [-policyid POLICYID] [-policyname POLICYNAME] |
viewsetting | View a setting value | vp_c -action viewsetting -name NAME [-computerid COMPUTERID] [-computername COMPUTERNAME] [-policyid POLICYID] [-policyname POLICYNAME] |
createinsertstatements | Create insert statements (for export to a different database) | vp_c -action createinsertstatements [-file FILEPATH] [-generateDDL] [-databaseType sqlserver|oracle] [-maxresultfromdb count] |
diagnostic | Create a diagnostic package for the system | vp_c -action diagnostic |
fullaccess | Give an administrator the full access role | vp_c -action fullaccess -username USERNAME |
reindexhelp | Reindex help system | vp_c -action reindexhelp |
resetcounters | Reset counter tables (resets back to an empty state | vp_c -action resetcounters |
resetevents | Reset the events tables (resets back to an empty state) | vp_c -action resetevents -type all|fw|dpi |
setports | Set Vulnerability Protection Manager port(s) | vp_c -action setports [-managerPort port] [-heartbeatPort port] |
trustdirectorycert | Trust the certificate of a directory | vp_c -action trustdirectorycert -directoryaddress DIRECTORYADDRESS -directoryport DIRECTORYPORT [-username USERNAME] [-password PASSWORD] |
unlockout | Unlock a User account | vp_c -action unlockout -username USERNAME [-newpassword NEWPASSWORD] |
addregion | Add a private cloud provider region | vp_c -action addregion -region REGION -display DISPLAY -endpoint ENDPOINT |
listregions | List private cloud provider regions | vp_c -action listregions |
removeregion | Remove a private cloud provider region | vp_c -action removeregion -region REGION |
addcert | Add a trusted certificate | vp_c -action addcert -purpose PURPOSE -cert CERT |
listcerts | List trusted certificates | vp_c -action listcerts [-purpose PURPOSE] |
removecert | Remove a trusted certificate | vp_c -action removecert -id ID |