
The term “Broadcom” refers to Broadcom Inc. Happy to send you the text file if you would like to give it try.Ĭopyright © 2020 Broadcom.

We have just been running the script and it's working like a champ.Įdit - sorry this posted in a full mess.

Pretty sure my network team got this directly from Symantic. To work around this, the remote deployment solution may be configured to call first a dummy script that in turn calls the removal tool without any extra arguments. Remote deployment solutions (Casper, JAMF, et al) that automatically populate shell script arguments ($1, $2, etc) with other data may cause the Symantec tool to throw an error. Any arguments they receive are each assumed to be potential installation points for Symantec products. **Symantec provides support for SymantecRemovalTool/RemoveSymantecMacFiles only when running them locally it is the customer's responsibility to integrate SymantecRemovalTool with Apple Remote Desktop or other remote deployment tools.īoth of these tools require no arguments. Is anyone willing to share their Policy? (Pics of Policy would be awesome so I know what is meant by a dummy script) The policy fails with a script exit code:4 Next, I create a Policy including the script. I then view the command via Xcode copy and paste it into a new script create in Jamf.

I have downloaded the SymantecRemovalTool modification zip provided at the bottom of the page. Run ("MsiExec.exe /norestart /qb /x SYMREBOOT=REALLYSUPRESS" Replace with this your parameters for $i = 1 to 1000 Run ( "msiexec.exe " & $fileparam, "", ) $pidon = ProcessWait ( "msiexec.exe" ) If Not Then $handl = _GetHwndFromPID ( $pidon ) ConsoleWrite ( $handl ) $cntrl = _WinGetControls ( $handl ) _ArrayDisplay ( $cntrl ) For $i = 1 To UBound ( $cntrl ) - 1 If StringInStr ( $cntrl, "Edit" ) Then ControlSend ( $handl, "", $cntrl, $PASS_WORD ) Next EndIf next exit Func _GetHwndFromPID ( $PID ) $hWnd = 0 $stPID = DllStructCreate ( "int" ) Do $winlist2 = WinList ( ) For $i = 1 To $winlist2 If $winlist2 "" Then DllCall ( "user32.Can anyone help me with the script for removing SEP in JAMF? My script skills are not that good. I need to remotely uninstall the program. So my company has several thousand endpoints which we are moving away from SEP, however the endpoints have passwords on them and are not communicating with the manager properly.
