mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add MDM commands directory to /it-and-security (#18535)
This commit is contained in:
parent
5bc4acf9e8
commit
b82d5f4ef9
1 changed files with 15 additions and 0 deletions
15
it-and-security/mdm-commands/apple/send-fleetd.xml
Normal file
15
it-and-security/mdm-commands/apple/send-fleetd.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Command</key>
|
||||
<dict>
|
||||
<key>ManifestURL</key>
|
||||
<string>https://download.fleetdm.com/fleetd-base-manifest.plist</string>
|
||||
<key>RequestType</key>
|
||||
<string>InstallEnterpriseApplication</string>
|
||||
</dict>
|
||||
|
||||
<key>CommandUUID</key>
|
||||
<string>adc1bc23-abec-4499-b57f-c8755c7ffe3c</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Loading…
Reference in a new issue