Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c90985

Browse files
committedJan 21, 2022
FeedbackFromSPandJG
1 parent fe50d7e commit 9c90985

7 files changed

+14
-6
lines changed
 

‎articles/active-directory/conditional-access/howto-conditional-access-policy-compliant-device.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ Organizations who have deployed Microsoft Intune can use the information returne
2222
* Requiring a PIN to unlock
2323
* Requiring device encryption
2424
* Requiring a minimum or maximum operating system version
25-
* Requiring a device is not jailbroken or rooted
25+
* Requiring a device isn't jailbroken or rooted
2626

27-
This policy compliance information is forwarded to Azure AD where Conditional Access can make decisions to grant or block access to resources. More information about device compliance policies can be found in the article, [Set rules on devices to allow access to resources in your organization using Intune](/intune/protect/device-compliance-get-started)
27+
Policy compliance information is sent to Azure AD where Conditional Access decides to grant or block access to resources. More information about device compliance policies can be found in the article, [Set rules on devices to allow access to resources in your organization using Intune](/intune/protect/device-compliance-get-started)
28+
29+
Requiring a hybrid Azure AD joined device is dependent on your devices already being hybrid Azure AD joined. For more information, see the article [Configure hybrid Azure AD join](../devices/howto-hybrid-azure-ad-join.md).
2830

2931
## Template deployment
3032

@@ -59,7 +61,7 @@ After confirming your settings using [report-only mode](howto-conditional-access
5961
6062
### Known behavior
6163

62-
On Windows 7, iOS, Android, macOS, and some third-party web browsers Azure AD identifies the device using a client certificate that is provisioned when the device is registered with Azure AD. When a user first signs in through the browser the user is prompted to select the certificate. The end user must select this certificate before they can continue to use the browser.
64+
On Windows 7, iOS, Android, macOS, and some third-party web browsers, Azure AD identifies the device using a client certificate that is provisioned when the device is registered with Azure AD. When a user first signs in through the browser the user is prompted to select the certificate. The end user must select this certificate before they can continue to use the browser.
6365

6466
## Next steps
6567

‎articles/active-directory/devices/howto-hybrid-azure-ad-join.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,4 @@ If you experience issues with completing hybrid Azure AD join for domain-joined
135135

136136
- [Downlevel device enablement](howto-hybrid-join-downlevel.md)
137137
- [Hybrid Azure AD join verification](howto-hybrid-join-verify.md)
138+
- [Use Conditional Access to require compliant or hybrid Azure AD joined device](../conditional-access/howto-conditional-access-policy-compliant-device.md)

‎articles/active-directory/devices/howto-hybrid-join-downlevel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ The installer creates a scheduled task on the system that runs in the user conte
4646
## Next steps
4747

4848
- [Hybrid Azure AD join verification](howto-hybrid-join-verify.md)
49+
- [Use Conditional Access to require compliant or hybrid Azure AD joined device](../conditional-access/howto-conditional-access-policy-compliant-device.md)

‎articles/active-directory/devices/hybrid-azuread-join-control.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ After you verify that everything works as expected, you can automatically regist
9797
## Next steps
9898

9999
- [Plan your hybrid Azure Active Directory join implementation](hybrid-azuread-join-plan.md)
100-
101100
- [Configure hybrid Azure AD join](howto-hybrid-azure-ad-join.md)
102-
103101
- [Configure hybrid Azure Active Directory join manually](hybrid-azuread-join-manual.md)
102+
- [Use Conditional Access to require compliant or hybrid Azure AD joined device](../conditional-access/howto-conditional-access-policy-compliant-device.md)

‎articles/active-directory/devices/hybrid-azuread-join-manual.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,3 +485,4 @@ If you experience issues completing hybrid Azure AD join for domain-joined Windo
485485
- [Hybrid Azure AD join verification](howto-hybrid-join-verify.md)
486486
- [Downlevel device enablement](howto-hybrid-join-downlevel.md)
487487
- [Plan your hybrid Azure Active Directory join implementation](hybrid-azuread-join-plan.md)
488+
- [Use Conditional Access to require compliant or hybrid Azure AD joined device](../conditional-access/howto-conditional-access-policy-compliant-device.md)

‎articles/active-directory/devices/hybrid-azuread-join-plan.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ To register devices as hybrid Azure AD join to respective tenants, organizations
125125

126126
Organizations may want to do a targeted rollout of hybrid Azure AD join before enabling it for their entire organization. Review the article [Hybrid Azure AD join targeted deployment](hybrid-azuread-join-control.md) to understand how to accomplish it.
127127

128-
When all of the pre-requisites are in place, Windows devices will automatically register as devices in your Azure AD tenant. The state of these device identities in Azure AD is referred as hybrid Azure AD join. More information about the concepts covered in this article can be found in the article [Introduction to device identity management in Azure Active Directory](overview.md).
128+
> [!WARNING]
129+
> Organizations should include a sample of users from varying roles and profiles in their pilot group. A targeted rollout will help identify any issues your plan may not have addressed before you enable for the entire organization.
129130
130131
## Select your scenario based on your identity infrastructure
131132

‎articles/active-directory/devices/plan-device-deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ We recommend that the initial configuration of your integration method is in a t
7676

7777
You may want to do a [targeted deployment of hybrid Azure AD join](hybrid-azuread-join-control.md) before enabling it across the entire organization.
7878

79+
> [!WARNING]
80+
> Organizations should include a sample of users from varying roles and profiles in their pilot group. A targeted rollout will help identify any issues your plan may not have addressed before you enable for the entire organization.
81+
7982
## Choose your integration methods
8083

8184
Your organization can use multiple device integration methods in a single Azure AD tenant. The goal is to choose the method(s) suitable to get your devices securely managed in Azure AD. There are many parameters that drive this decision including ownership, device types, primary audience, and your organization’s infrastructure.

0 commit comments

Comments
 (0)
Please sign in to comment.