-
What's new in managing Apple devices
Explore enhancements to device management across Apple platforms. Improve device deployment workflows using the latest version of Apple Configurator for iPhone. Learn about identity technologies and MDM protocol updates for macOS, iOS and iPadOS. We'll also share an exciting change in how we provide device management documentation.
Ressources
- Device Management Client Schema on GitHub
- Apple Configurator User Guide for iPhone
- Apple Platform Security
- AppleSeed
- Device Management
- Apple Platform Deployment
Vidéos connexes
WWDC22
- Adopt declarative device management
- Discover Managed Device Attestation
- Discover Sign in with Apple at Work & School
- Explore Apple Business Essentials
WWDC21
-
Rechercher dans cette vidéo…
-
-
9:12 - Enrollment SSO
{ "iTunesStoreID": 12345678, "AssociatedDomains": [ "betterbag.com" ], "AssociatedDomainsEnableDirectDownloads": false, "ConfigurationProfile": "Base64EncodedProfile" } -
11:02 - Enrollment SSO Test Mode
{ "AppIDs": [ "ABC123.com.example.singlesignonapp" ], "AssociatedDomains": [ "betterbag.com" ], "AssociatedDomainsEnableDirectDownloads": false, "ConfigurationProfile": "Base64EncodedProfile" } -
16:08 - OS Update Status
<key>DeferralsRemaining</key> <integer>4</integer> <key>DownloadPercentComplete</key> <real>0.0</real> <key>IsDownloaded</key> <false/> <key>MaxDeferrals</key> <integer>5</integer> <key>NextScheduledInstall</key> <date>2022-04-19T09:00:00Z</date> <key>PastNotifications</key> <array> <date>2022-04-18T17:03:51Z</date> </array> <key>ProductKey</key> <string>MSU_UPDATE_22A240a_full_13.0_minor</string> <key>ProductVersion</key> <string>16.0</string> -
22:38 - Web Content Filter Profile
<plist version="1.0"> <dict> <key>PayloadContent</key> <array> <dict> <key>PayloadType</key> <string>com.apple.webcontent-filter</string> <key>ContentFilterUUID</key> <string>063D927E-ACE2-445F-8024-B355A6921F50</string> <key>FilterType</key> <string>Plugin</string> <key>FilterBrowsers</key> <true/> <key>FilterPackets</key> <false/> <key>FilterSockets</key> <true/> … -
22:47 - DNS Proxy Profile
<plist version="1.0"> <dict> <key>PayloadContent</key> <array> <dict> <key>PayloadType</key> <string>com.apple.dnsProxy.managed</string> <key>DNSProxyUUID</key> <string>063D927E-ACE2-445F-8024-B355A6921F50</string> <key>AppBundleIdentifier</key> <string>com.example.myDNSProxy</string> … -
23:05 - InstallApplication Command
<plist version="1.0"> <dict> <key>RequestType</key> <string>InstallApplication</string> <key>iTunesStoreID</key> <integer>361309726</integer> <key>Attributes</key> <dict> <key>ContentFilterUUID</key> <string>063D927E-ACE2-445F-8024-B355A6921F50</string> <key>DNSProxyUUID</key> <string>063D927E-ACE2-445F-8024-B355A6921F50</string> </dict> <key>ManagementFlags</key> <integer>0</integer> </dict> </plist> -
24:56 - ServiceSubscriptions response
{ "CarrierSettingsVersion": "41.7.46", "CurrentCarrierNetwork": "CarrierNetwork", "CurrentMCC": "310", "CurrentMNC": "410", "EID": "89049032004008882600004821436874", "ICCID": "6905 4911 1205 0650 3488", "IMEI": "35 309418 464558 9", "IsDataPreferred": false, "IsRoaming": false, "IsVoicePreferred": false, "Label": "Secondary", "LabelID": "FDG4225C-L9OY-89BM-JF38-36JR4JOL76B3", "MEID": "35745008005631", "PhoneNumber": "+14152739164", "Slot": "CTSubscriptionSlotTwo" } -
31:48 - Manage Accessibility Settings
<key>Settings</key> <array> <dict> <key>Item</key> <string>AccessibilitySettings</string> <key>TextSize</key> <integer>5</integer> <key>VoiceOverEnabled</key> <true/> <key>ZoomEnabled</key> <true/> <key>TouchAccommodationsEnabled</key> <true/> <key>BoldTextEnabled</key> <true/> <key>ReduceMotionEnabled</key> <true/> <key>IncreaseContrastEnabled</key> <true/> <key>ReduceTransparencyEnabled</key> <true/> </dict> </array> -
32:55 - CertificateList Response
<plist version="1.0"> <dict> <key>CommandUUID</key> <string>0001_CertificateList</string> <key>Status</key> <string>NotNow</string> <key>UDID</key> <string>00008031-000123840A45507E</string> </dict> </plist>
-