Skip to content

Commit 0dd383c

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 0fce0a2 + fceba0b commit 0dd383c

File tree

231 files changed

+4240
-1721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+4240
-1721
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,36 @@
260260
"redirect_url": "/azure/active-directory/fundamentals/security-defaults",
261261
"redirect_document_id": true
262262
},
263+
{
264+
"source_path_from_root": "/articles/active-directory/devices/hybrid-azuread-join-control.md",
265+
"redirect_url": "/azure/active-directory/devices/hybrid-join-control",
266+
"redirect_document_id": true
267+
},
268+
{
269+
"source_path_from_root": "/articles/active-directory/devices/hybrid-azuread-join-manual.md",
270+
"redirect_url": "/azure/active-directory/devices/hybrid-join-manual",
271+
"redirect_document_id": true
272+
},
273+
{
274+
"source_path_from_root": "/articles/active-directory/devices/hybrid-azuread-join-plan.md",
275+
"redirect_url": "/azure/active-directory/devices/hybrid-join-plan",
276+
"redirect_document_id": true
277+
},
278+
{
279+
"source_path_from_root": "/articles/active-directory/devices/device-management-azure-portal.md",
280+
"redirect_url": "/azure/active-directory/devices/manage-device-identities",
281+
"redirect_document_id": true
282+
},
283+
{
284+
"source_path_from_root": "/articles/active-directory/devices/concept-azure-ad-register.md",
285+
"redirect_url": "/azure/active-directory/devices/concept-device-registration",
286+
"redirect_document_id": true
287+
},
288+
{
289+
"source_path_from_root": "/articles/active-directory/devices/concept-azure-ad-join.md",
290+
"redirect_url": "/azure/active-directory/devices/concept-directory-join",
291+
"redirect_document_id": true
292+
},
263293
{
264294
"source_path_from_root": "/articles/active-directory/fundamentals/10-secure-local-guest.md",
265295
"redirect_url": "/azure/active-directory/architecture/10-secure-local-guest",

.openpublishing.redirection.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9093,6 +9093,11 @@
90939093
"redirect_url": "/azure/vpn-gateway/point-to-site-vpn-client-cert-windows",
90949094
"redirect_document_id": false
90959095
},
9096+
{
9097+
"source_path_from_root": "/articles/vpn-gateway/vpn-gateway-forced-tunneling-rm.md",
9098+
"redirect_url": "/azure/vpn-gateway/about-site-to-site-tunneling",
9099+
"redirect_document_id": false
9100+
},
90969101
{
90979102
"source_path_from_root": "/articles/azure-vmware/public-ip-usage.md",
90989103
"redirect_url": "/azure/azure-vmware/enable-public-ip-nsx-edge",
@@ -23853,11 +23858,6 @@
2385323858
"redirect_url": "/azure/sentinel/data-connectors-reference",
2385423859
"redirect_document_id": false
2385523860
},
23856-
{
23857-
"source_path_from_root": "/articles/sentinel/data-connectors/cisco-meraki.md",
23858-
"redirect_url": "/azure/sentinel/data-connectors-reference",
23859-
"redirect_document_id": false
23860-
},
2386123861
{
2386223862
"source_path_from_root": "/articles/networking/scripts/virtual-network-powershell-sample-peer-two-virtual-networks.md",
2386323863
"redirect_url": "/azure/virtual-network/tutorial-connect-virtual-networks-powershell",

articles/active-directory/architecture/ops-guide-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you're managing devices with MDM or Microsoft Intune, but not using device co
134134

135135
#### Device trust access policies recommended reading
136136

137-
- [How To: Plan your hybrid Azure Active Directory join implementation](../devices/hybrid-azuread-join-plan.md)
137+
- [How To: Plan your hybrid Azure Active Directory join implementation](../devices/hybrid-join-plan.md)
138138
- [Identity and device access configurations](/microsoft-365/enterprise/microsoft-365-policies-configurations)
139139

140140
### Windows Hello for Business

articles/active-directory/architecture/resilience-with-device-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When a PRT requests access to an application, its device, session, and MFA claim
2828

2929
## How do I implement device states?
3030

31-
* Enable [hybrid Azure AD Joined](../devices/hybrid-azuread-join-plan.md) and [Azure AD Join](../devices/device-join-plan.md) for company-owned Windows devices and require they be joined, if possible. If not possible, require they be registered. If there are older versions of Windows in your organization, upgrade those devices to use Windows 10.
31+
* Enable [hybrid Azure AD Joined](../devices/hybrid-join-plan.md) and [Azure AD Join](../devices/device-join-plan.md) for company-owned Windows devices and require they be joined, if possible. If not possible, require they be registered. If there are older versions of Windows in your organization, upgrade those devices to use Windows 10.
3232
* Standardize user browser access to use either [Microsoft Edge](/deployedge/microsoft-edge-security-identity) or Google Chrome with [supported](https://chrome.google.com/webstore/detail/windows-10-accounts/ppnbnpeolgkicgegkbkbjmhlideopiji) [extensions](https://chrome.google.com/webstore/detail/office/ndjpnladcallmjemlbaebfadecfhkepb) that enable seamless SSO to web applications using the PRT.
3333
* For personal or company-owned iOS and Android devices, deploy the [Microsoft Authenticator App](https://support.microsoft.com/account-billing/how-to-use-the-microsoft-authenticator-app-9783c865-0308-42fb-a519-8cf666fe0acc). In addition to MFA and password-less sign-in capabilities, the Microsoft Authenticator app enables single sign-on across native applications through [brokered authentication](../develop/msal-android-single-sign-on.md) with fewer authentication prompts for end users.
3434
* For personal or company-owned iOS and Android devices, use [mobile application management](/mem/intune/apps/app-management) to securely access company resources with fewer authentication requests.

articles/active-directory/architecture/road-to-the-cloud-establish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ After you roll out passwordless credentials to your users, consider reducing the
4242

4343
You can configure hybrid Azure AD join for existing Active Directory-joined Windows clients to benefit from cloud-based security features such as [co-management](/mem/configmgr/comanage/overview), Conditional Access, and Windows Hello for Business. New devices should be Azure AD joined and not hybrid Azure AD joined.
4444

45-
To learn more, check [Plan your hybrid Azure Active Directory join implementation](../devices/hybrid-azuread-join-plan.md).
45+
To learn more, check [Plan your hybrid Azure Active Directory join implementation](../devices/hybrid-join-plan.md).
4646

4747
## Next steps
4848

articles/active-directory/architecture/road-to-the-cloud-implement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You and your team might feel compelled to change your current employee provision
6464

6565
Client workstations are traditionally joined to Active Directory and managed via Group Policy objects (GPOs) or device management solutions such as Microsoft Configuration Manager. Your teams will establish a new policy and process to prevent newly deployed workstations from being domain joined. Key points include:
6666

67-
* Mandate [Azure AD join](../devices/concept-azure-ad-join.md) for new Windows client workstations to achieve "no more domain join."
67+
* Mandate [Azure AD join](../devices/concept-directory-join.md) for new Windows client workstations to achieve "no more domain join."
6868

6969
* Manage workstations from the cloud by using unified endpoint management (UEM) solutions such as [Intune](/mem/intune/fundamentals/what-is-intune).
7070

articles/active-directory/architecture/security-operations-devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Devices aren't commonly targeted in identity-based attacks, but *can* be used to
2020

2121
* Unregistered
2222

23-
* [Azure Active Directory (Azure AD) registered](../devices/concept-azure-ad-register.md)
23+
* [Azure Active Directory (Azure AD) registered](../devices/concept-device-registration.md)
2424

25-
* [Azure AD joined](../devices/concept-azure-ad-join.md)
25+
* [Azure AD joined](../devices/concept-directory-join.md)
2626

2727
* [Hybrid Azure AD joined](../devices/concept-hybrid-join.md)
2828

articles/active-directory/authentication/concept-resilient-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Undo the changes you made as part of the activated contingency plan once the ser
282282
* [Manage emergency-access administrative accounts in Azure AD](../roles/security-emergency-access.md)
283283
* [Configure named locations in Azure Active Directory](../conditional-access/location-condition.md)
284284
* [Set-MsolDomainFederationSettings](/powershell/module/msonline/set-msoldomainfederationsettings)
285-
* [How to configure hybrid Azure Active Directory joined devices](../devices/hybrid-azuread-join-plan.md)
285+
* [How to configure hybrid Azure Active Directory joined devices](../devices/hybrid-join-plan.md)
286286
* [Windows Hello for Business Deployment Guide](/windows/security/identity-protection/hello-for-business/hello-deployment-guide)
287287
* [Password Guidance - Microsoft Research](https://research.microsoft.com/pubs/265143/microsoft_password_guidance.pdf)
288288
* [What are conditions in Azure Active Directory Conditional Access?](../conditional-access/concept-conditional-access-conditions.md)

articles/active-directory/authentication/concepts-azure-multi-factor-authentication-prompts-session-lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The following table summarizes the recommendations based on licenses:
131131

132132
| | Azure AD Free and Microsoft 365 apps | Azure AD Premium |
133133
|------------------------------|-----------------------------------|------------------|
134-
| **SSO** | [Azure AD join](../devices/concept-azure-ad-join.md) or [Hybrid Azure AD join](../devices/concept-hybrid-join.md), or [Seamless SSO](../hybrid/how-to-connect-sso.md) for unmanaged devices. | Azure AD join<br />Hybrid Azure AD join |
134+
| **SSO** | [Azure AD join](../devices/concept-directory-join.md) or [Hybrid Azure AD join](../devices/concept-hybrid-join.md), or [Seamless SSO](../hybrid/how-to-connect-sso.md) for unmanaged devices. | Azure AD join<br />Hybrid Azure AD join |
135135
| **Reauthentication settings** | Remain signed-in | Use Conditional Access policies for sign-in frequency and persistent browser session |
136136

137137
## Next steps

articles/active-directory/authentication/howto-authentication-passwordless-security-key-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document focuses on enabling FIDO2 security key based passwordless authenti
2727
| [Combined security information registration](concept-registration-mfa-sspr-combined.md) | X | X |
2828
| Compatible [FIDO2 security keys](concept-authentication-passwordless.md#fido2-security-keys) | X | X |
2929
| WebAuthN requires Windows 10 version 1903 or higher | X | X |
30-
| [Azure AD joined devices](../devices/concept-azure-ad-join.md) require Windows 10 version 1909 or higher | X | |
30+
| [Azure AD joined devices](../devices/concept-directory-join.md) require Windows 10 version 1909 or higher | X | |
3131
| [Hybrid Azure AD joined devices](../devices/concept-hybrid-join.md) require Windows 10 version 2004 or higher | | X |
3232
| Fully patched Windows Server 2016/2019 Domain Controllers. | | X |
3333
| [Azure AD Hybrid Authentication Management module](https://www.powershellgallery.com/packages/AzureADHybridAuthenticationManagement/2.1.1.0) | | X |

0 commit comments

Comments
 (0)