Deploy FleetDM

Please add deployment for FleetDM

Installation:
Fleet requires deploying fleetctl
Releases · fleetdm/fleet

once fleetctl is deployed, this is the install command on the workstation where $fleeturl and $enrollsecret are parameters for values generated by fleet server.

fleetctl package --type=msi --enable-scripts --fleet-desktop --fleet-url=$fleeturl --enroll-secret=$enrollsecret

for workstations there is a --fleet-desktop parameter, for servers this parameter is omitted
fleetctl package --type=msi --enable-scripts --fleet-url=$fleeturl–enroll-secret=$enrollsecret

for arm devices, an additional parameter is set
–arch=arm64

Uninstall: