Add script to workstations and canary (#17634)

- Add script to remove the old Nudge launch agent (deployed by
SimpleMDM)
This commit is contained in:
Noah Talerman 2024-03-15 13:04:00 -04:00 committed by GitHub
parent 0d9718aea6
commit 57d00f310d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
/bin/launchctl unload -w /Library/LaunchAgents/com.github.macadmins.Nudge.plist
# Remove the old Nudge launch agent that was deployed by SimpleMDM. More info here: https://github.com/fleetdm/confidential/issues/5274

View file

@ -50,6 +50,7 @@ controls:
scripts:
- path: ../lib/collect-fleetd-logs.sh
- path: ../lib/macos-see-automatic-enrollment-profile.sh
- path: ../lib/macos-remove-old-nudge.sh
- path: ../lib/windows-remove-fleetd.ps1
- path: ../lib/windows-turn-off-mdm.ps1
policies:

View file

@ -50,6 +50,7 @@ controls:
scripts:
- path: ../lib/collect-fleetd-logs.sh
- path: ../lib/macos-see-automatic-enrollment-profile.sh
- path: ../lib/macos-remove-old-nudge.sh
- path: ../lib/windows-remove-fleetd.ps1
- path: ../lib/windows-turn-off-mdm.ps1
policies: