Active Directory GPO Deployment via PowerShell
This script is intended for customers where deployment via an RMM Tool isn't available. This script uses the SophosSetup.exe from the Central Admin Dashboard that is downloaded and stored on a local network share. The script will need to be modified with the path to the SophosSetup.exe at the top InstallerLocation variable.
# -----------------------------------------------------------------------------------------------
# Component: Sophos Central Installer
# Author: Stephen Weber
# Purpose: Deploy Sophos Central via Active Directory GPO using PowerShell.
# Script Log Location: c:\temp\SophosCentralInstallLog.txt
# Version 1.0
# -----------------------------------------------------------------------------------------------
#Define the SophosSetup.exe Installer Location
#
#SophosSetup.exe needs to be downloaded from the Sophos Central Admin Dashboard
$InstallerLocation = "\\server\share\SophosSetup.exe"