mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 13:26:33 +02:00
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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>RequestType</key>
|
|
<string>DisableRemoteDesktop</string>
|
|
</dict>
|
|
<key>CommandUUID</key>
|
|
<string>0001_DisableRemoteDesktop</string>
|
|
</dict>
|
|
</plist> |