This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Installing Stand Alone Using a GPO

Hello Guys and Gals,

I am a bit stuck on this issue. I am trying to install the Stand Alone installer using a GPO. The start-up script worked fine previously however it kept on screwing up the mapping of people's personalized Z drives. So I tried to alter the script so that it deletes the Z drive after it is done.

The GPO has a security group called SW - SophosInstall set. Joined a new computer to the domain, applied the policy and rebooted. Waited about 30mins. And nothing. For some reason Sophos doesn't install. Any help would be appreciated...

The start-up script that I am using

@echo off
SET MCS_ENDPOINT=Sophos\Management Communications System\Endpoint\McsClient.exe
IF "%PROCESSOR_ARCHITECTURE%" == "x86" GOTO X86_PROG
IF NOT EXIST "%ProgramFiles(x86)%\%MCS_ENDPOINT%" GOTO INSTALL
exit /b 0

:X86_PROG
IF NOT EXIST "%ProgramFiles%\%MCS_ENDPOINT%" GOTO INSTALL
exit /b 0

:INSTALL
pushd \\Server\deploy\Sophos\
SophosMcsEndpoint_D713OE827NC4P825c.exe -crt R -q
Popd
net use z: /delete

:45711


This thread was automatically locked due to age.
Parents Reply Children
No Data