This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please see https://mattdyson.org/blog/2024/02/using-traefik-with-cloudflare-tunnels for a detailed write-up of this configuration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.reddit.com/r/sysadmin/comments/ck677f/sophos_removal_script/ | |
# https://pastebin.com/4eRc5WpA | |
#Sophos Endpoint Removal Script | |
#Usage examples: | |
# .\removesophos.ps1 # Just logs all messages to screen and file. | |
# .\removesophos.ps1 -Remove YES # Removes all Sophos components and logs all messages to screen and file. | |
# .\removesophos.ps1 -Password 1234567 -Remove YES # Password will be provided to SEDCli.exe if TP is on and SEDCLi.exe exists. | |
# .\removesophos.ps1 -ErrorOnly YES # Only print items that exist (errors) on screen. Still logs all to file. |