Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct navigational path to enrollment restrictions #4693

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions memdocs/intune/enrollment/enrollment-restrictions-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
author: Lenewsad
ms.author: lanewsad
manager: dougeby
ms.date: 04/02/2024
ms.date: 12/12/2024
ms.topic: how-to
ms.service: microsoft-intune
ms.subservice: enrollment
Expand Down Expand Up @@ -79,7 +79,7 @@ Block devices running on a specific device platform. You can apply this restrict

In groups where both Android platforms are allowed, devices that support work profile will enroll with a work profile. Devices that don't support work profile will enroll on the Android device administrator platform. Neither work profile nor device administrator enrollment will work until you complete all prerequisites for Android enrollment.

This restriction is in the admin center under **Enrollment device platform restrictions**.
This restriction is in the admin center under **Devices** > **Device onboarding** > **Enrollment** > **Device platform restriction**.

### OS version
This restriction enforces your maximum and minimum OS version requirements. This type of restriction works with the following operating systems:
Expand All @@ -91,10 +91,10 @@ This restriction enforces your maximum and minimum OS version requirements. This

\* Version restrictions are supported on these operating systems for devices enrolled via Intune Company Portal only.

This restriction is in the admin center under **Enrollment device platform restrictions**.
This restriction is in the admin center under **Devices** > **Device onboarding** > **Enrollment** > **Device platform restriction**.

### Device manufacturer
This restriction blocks devices made by specific manufacturers, and is applicable to Android devices only. It is in the admin center under **Enrollment device platform restrictions**.
This restriction blocks devices made by specific manufacturers, and is applicable to Android devices only. It is in the admin center under **Devices** > **Device onboarding** > **Enrollment** > **Device platform restriction**.

### Personally owned devices
This restriction helps prevent device users from accidentally enrolling their personal devices, and applies to devices running:
Expand All @@ -104,7 +104,7 @@ This restriction helps prevent device users from accidentally enrolling their pe
* macOS
* Windows 10/11

This restriction is in the admin center under **Enrollment device platform restrictions**.
This restriction is in the admin center under **Devices** > **Device onboarding** > **Enrollment** > **Device platform restriction**.

#### Blocking personal Android devices
By default, until you manually make changes in the admin center, your Android Enterprise work profile device settings and Android device administrator device settings are the same.
Expand Down
Loading