Skip to content

Commit 90a4e21

Browse files
authored
Merge pull request #6191 from MicrosoftDocs/main
11/22/2021 AM Publish
2 parents 9f8b127 + 6676f38 commit 90a4e21

6 files changed

Lines changed: 15 additions & 158 deletions

File tree

.openpublishing.publish.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"sync_notification_subscribers": [],
3636
"branches_to_filter": [],
3737
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/memdocs",
38-
"git_repository_branch_open_to_public_contributors": "master",
38+
"git_repository_branch_open_to_public_contributors": "main",
3939
"skip_source_output_uploading": false,
4040
"need_preview_pull_request": true,
4141
"contribution_branch_mappings": {},
4242
"dependent_repositories": [
4343
{
4444
"path_to_root": "_themes",
4545
"url": "https://github.com/Microsoft/templates.docs.msft",
46-
"branch": "master",
46+
"branch": "main",
4747
"branch_mapping": {}
4848
},
4949
{
@@ -55,7 +55,7 @@
5555
{
5656
"path_to_root": "_themes.pdf",
5757
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
58-
"branch": "master",
58+
"branch": "main",
5959
"branch_mapping": {}
6060
}
6161
],

memdocs/intune/enrollment/device-enrollment-program-enroll-ios.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,10 @@ Now that Intune has permission to manage your devices, you can synchronize Intun
398398
:::image type="content" source="./media/device-enrollment-program-enroll-ios/image06.png" alt-text="Screenshot that shows how to sync iOS and iPadOS devices to an enrollment program token.":::
399399

400400
To follow Apple's terms for acceptable enrollment program traffic, Intune imposes the following restrictions:
401-
- A full sync can run no more than once every seven days. During a full sync, Intune fetches the complete updated list of serial numbers assigned to the Apple MDM server connected to Intune. If an ADE device is deleted from the Intune portal, it should be unassigned from the Apple MDM server in the ABM/ASM portal. If it's not unassigned, it won't be reimported to Intune until the full sync is run.
401+
402+
- A full sync can run no more than once every seven days. During a full sync, Intune fetches the complete updated list of serial numbers assigned to the Apple MDM server connected to Intune.
403+
> [!IMPORTANT]
404+
> If a device is deleted from Intune, but remains assigned to the ADE enrollment token in the ASM/ABM portal, it will reappear in Intune on the next full sync. If you don't want the device to reappear in Intune, unassign it from the Apple MDM server in the ABM/ASM portal.
402405
- If a device is released from ABM/ASM, it can take up to 45 days for it to be automatically deleted from the devices page in Intune. You can manually delete released devices from Intune one by one if needed. Released devices will be accurately reported as being Removed from ABM/ASM in Intune until they are automatically deleted within 30-45 days.
403406
- A delta sync is run automatically every 12 hours. You can also trigger a delta sync by selecting the **Sync** button (no more than once every 15 minutes). All sync requests are given 15 minutes to finish. The **Sync** button is disabled until a sync is completed. This sync will refresh existing device status and import new devices assigned to the Apple MDM server. If a delta sync fails for any reason, the next sync will be a full sync to hopefully resolve any issues.
404407

memdocs/intune/fundamentals/create-custom-role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ The following permissions are available when creating custom roles.
141141
| Enrollment programs/Update profile | Manage profiles for the Device Enrollment Program, Apple School Manager, Apple Configurator, or Windows Autopilot. |
142142
| Enrollment programs/Delete profile | Delete profiles for the Device Enrollment Program, Apple School Manager, Apple Configurator, or Windows Autopilot. |
143143
| Enrollment programs/Assign profile | Manage Windows Autopilot deployment profile assignment settings. |
144-
| Enrollment programs/Create device | Import Apple devices for Apple Configurator. |
144+
| Enrollment programs/Create device | Import Apple devices for the Device Enrollment Program, Apple School or Business Manager, Apple Configurator or Windows Autopilot devices. |
145145
| Enrollment programs/Read device | View Apple devices for the Device Enrollment Program, Apple School Manager, Apple Configurator, or Windows Autopilot devices. |
146146
| Enrollment programs/Sync device | Initiate the Sync command for Windows Autopilot devices. |
147-
| Enrollment programs/Delete device | Delete Apple devices for the Device Enrollment Program, Apple School Manager, or Apple Configurator |
147+
| Enrollment programs/Delete device | Delete Apple devices for the Device Enrollment Program, Apple School or Business Manager, Apple Configurator or Windows Autopilot devices. |
148148
| Device enrollment managers/Read | View the list of device enrollment manager accounts. |
149149
| Device enrollment managers/Update | Create new device enrollment manager accounts, or delete device enrollment manager accounts. |
150150
| Corporate device identifiers/Create | Create new corporate device identifiers or import a CSV file containing a list of corporate device identifiers. |

0 commit comments

Comments
 (0)