mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add script to workstations and canary (#17634)
- Add script to remove the old Nudge launch agent (deployed by SimpleMDM)
This commit is contained in:
parent
0d9718aea6
commit
57d00f310d
3 changed files with 5 additions and 0 deletions
3
it-and-security/lib/macos-remove-old-nudge.sh
Normal file
3
it-and-security/lib/macos-remove-old-nudge.sh
Normal 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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue