Hi all,
I have a number of servers that we use LANDesk to stage patches to but not install. The installation is being done manually by someone from the server team. However, if a large number of patches get pushed to the server, then it can be a challenge to install manually (time consuming and questionable about what goes on first, second, etc....). I figured that I would just put a batch file on these servers that would then allow the server team to run and install using calls to vulscan. However, this doesn't seem to be working for me. Maybe I'm misunderstanding the capability of vulscan but here is what I have tried:
vulscan /repair vulnerability=all /allowusercancelrepair /rebootifneeded
and
vulscan /repair vulnerability=all /fix /allowusercancelrepair /rebootifneeded
When I run these commands, nothing happens.
Suggestions on what I'm doing wrong?
Thanks everyone.