Hi, it me again[:D]
has anyone expirience with automated distributing the endpoint client?
bye
lenny
This thread was automatically locked due to age.
IF EXIST "C:\Sophos.txt" GOTO END
pushd \server.domain.local\Apps\Sophos
SophosMcsEndpoint_INSTALKEYSTUFF.exe -q
echo Sophos Installed %DATE% @ %TIME% >> "C:\Sophos.txt"
Popd
:END
exit
WMIC product where name="Panda Endpoint Protection" call uninstall
WMIC product where name="Panda Endpoint Agent" call uninstall
IF EXIST "C:\Sophos.txt" GOTO END
pushd \server.domain.local\Apps\Sophos
SophosMcsEndpoint_INSTALKEYSTUFF.exe -q
echo Sophos Installed %DATE% @ %TIME% >> "C:\Sophos.txt"
Popd
:END
exit
WMIC product where name="Panda Endpoint Protection" call uninstall
WMIC product where name="Panda Endpoint Agent" call uninstall
Good morning,
Are the user rights enough? I thought using a startup-script makes admin rights mandatory?
lenny