SBS_LOGIN_SCRIPT not updating the ESET NOD32 clients versions
Posted
by
Orr Yoffe
on Server Fault
See other posts from Server Fault
or by Orr Yoffe
Published on 2012-10-07T08:08:05Z
Indexed on
2012/10/07
9:40 UTC
Read the original article
Hit count: 248
Windows
I used the following Login script (with version 4.2 of NOD32).
After updating the ERA and the Server to version 5.0.122.0, I've updated my script to the following, resulting in alot of nothing.
Any suggestions whats wrong here?
rem \SBS\Clients\Setup\setup.exe /s SBS
@echo off
net time \s2008 /SET /Y net use P: \s2008\public /Y net use u: \s2008\users\%username% /Y net use L: \s2008\clientapps /Y
call \s2008\eset\install_eav.bat call \s2008\eset\UpgVer-Eset5.0.bat
exit
© Server Fault or respective owner