You're right. I downloaded the full installation and ran the x64 on 2 PCs with absolutely no problem. Thanks for the script!
Suggested Script or combination of scripts:
MSE and Malwarebytes?
Has anyone scripted these installations, and can more than 1 be scripted in the same plan or do they require individual plans?
Does anyone have a script for changing the passwords of accounts on servers with one2many. The script will need to make the domain name a detectable variable and the usernames are all the same. It would be nice if we could create accounts too.
Here is a small script I use to clear out the junk files (temp, internet etc) off all local profiles.
anyone know how to kill trend micro in a script, need to disable so i can install an msi package then enable
I'd like to second the request for a MSE and Malwarebytes definition updates and scans... Is this possible?
Thanks!
Scott
For anyone that needs it, I got MSE to work with a batch file with this:
"%ProgramFiles%\Microsoft Security Essentials\MpCmdRun.exe" -scan -1
However, the only thing to watch out for is the path of MpCmdRun.exe... One computer I have it on is as above, but another is ...\Microsoft Security Client\Antimalware\... Double check before trying to run it or it will fail.
Scott
Does anyone have a script that would run on a remote client and pull logs back?
if you simply open a log file on the client computer via a "bat script" it will recard all text in that log into logmein log on completion. You can then download the script log from ONE2MANY interface reviewing all logs.
EG: c:\program files\AVG\AVG10\history.xml
It will return the text information into the log file when script is finished. This file will show all avg updates and scan history findings summery.
Hope this helps.