You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/StaleBranch.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal
2
2
3
3
permissions:
4
4
contents: write
5
-
5
+
6
+
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
7
+
# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted.
8
+
# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted.
9
+
# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it.
Copy file name to clipboardExpand all lines: autopilot/device-preparation/requirements.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: frankroj
8
8
ms.author: frankroj
9
9
ms.reviewer: madakeva
10
10
manager: aaroncz
11
-
ms.date: 04/02/2025
11
+
ms.date: 04/21/2025
12
12
ms.collection:
13
13
- M365-modern-desktop
14
14
- highpri
@@ -119,7 +119,10 @@ Microsoft Entra ID validates user credentials. Additionally, the device is joine
119
119
120
120
#### Microsoft Intune
121
121
122
-
Once authenticated, Microsoft Entra ID triggers enrollment of the device into the Intune mobile device management (MDM) service. For more information about Intune's network communication requirements, see [Network endpoints for Microsoft Intune](/mem/intune-service/fundamentals/intune-endpoints).
122
+
Once authenticated, Microsoft Entra ID triggers enrollment of the device into the Intune mobile device management (MDM) service. For more information about Intune's network communication requirements, see the following articles:
123
+
124
+
- [Network endpoints for Microsoft Intune](/mem/intune-service/fundamentals/intune-endpoints).
125
+
- [Network requirements for PowerShell scripts and Win32 apps](/intune/intune-service/fundamentals/intune-endpoints).
123
126
124
127
#### Windows Autopilot device preparation automatic device diagnostics collection
Copy file name to clipboardExpand all lines: autopilot/includes/intune-connector.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.reviewer: madakeva
6
6
ms.subservice: autopilot
7
7
ms.service: windows-client
8
8
ms.topic: include
9
-
ms.date: 02/27/2025
9
+
ms.date: 04/21/2025
10
10
ms.localizationpriority: medium
11
11
---
12
12
@@ -22,7 +22,7 @@ The purpose of the Intune Connector for Active Directory, also known as the Offl
22
22
23
23
> [!IMPORTANT]
24
24
>
25
-
> Starting with Intune 2501, Intune uses an updated Intune Connector for Active Directory that strengthens security and follows least privilege principles by using a [Managed Service Account (MSA)](/windows-server/identity/ad-ds/manage/understand-service-accounts#standalone-managed-service-accounts). When the Intune Connector for Active Directory is downloaded from within Intune, the updated Intune Connector for Active Directory is downloaded. The previous legacy Intune Connector for Active Directory is still available for download at [Intune Connector for Active Directory](https://www.microsoft.com/download/details.aspx?id=105392&msockid=3cb707200c316b2c119712450d8b6a5d), but Microsoft recommends using the updated Intune Connector for Active Directory installer going forward. The previous legacy Intune Connector for Active Directory will continue to work through sometime in May 2025. However, it needs to be updated to the updated Intune Connector for Active Directory before then to avoid loss of functionality. For more information, see [Intune Connector for Active Directory with low-privileged account for Windows Autopilot Hybrid Microsoft Entra join deployments](https://aka.ms/Intune-Connector-blog).
25
+
> Starting with Intune 2501, Intune uses an updated Intune Connector for Active Directory that strengthens security and follows least privilege principles by using a [Managed Service Account (MSA)](/windows-server/identity/ad-ds/manage/understand-service-accounts#standalone-managed-service-accounts). When the Intune Connector for Active Directory is downloaded from within Intune, the updated Intune Connector for Active Directory is downloaded. The previous legacy Intune Connector for Active Directory is still available for download at [Intune Connector for Active Directory](https://www.microsoft.com/download/details.aspx?id=105392&msockid=3cb707200c316b2c119712450d8b6a5d), but Microsoft recommends using the updated Intune Connector for Active Directory installer going forward. The previous legacy Intune Connector for Active Directory will continue to work through sometime in June 2025. However, it needs to be updated to the updated Intune Connector for Active Directory before then to avoid loss of functionality. For more information, see [Intune Connector for Active Directory with low-privileged account for Windows Autopilot Hybrid Microsoft Entra join deployments](https://aka.ms/Intune-Connector-blog).
26
26
>
27
27
> Updating of the Intune Connector for Active Directory to the updated version isn't done automatically. The legacy Intune Connector for Active Directory needs to be manually uninstalled followed by the updated connector manually downloaded and installed. Instructions for the manual uninstall and install process of the Intune Connector for Active Directory are provided in the following sections.
Copy file name to clipboardExpand all lines: autopilot/known-issues.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: frankroj
8
8
ms.author: frankroj
9
9
ms.reviewer: madakeva
10
10
manager: aaroncz
11
-
ms.date: 04/08/2025
11
+
ms.date: 04/21/2025
12
12
ms.collection:
13
13
- M365-modern-desktop
14
14
- highpri
@@ -43,22 +43,27 @@ This article describes known issues that can often be resolved with configuratio
43
43
44
44
### Known issues with the Intune Connector for AD version 6.2501.2000.5
45
45
46
-
Date added: *April 8, 2025*
46
+
Date added: *April 8, 2025*<br>
47
+
Date updated: *April 18, 2025*
47
48
48
49
The following issues are under active investigation:
49
50
50
51
- **Error `MSA account <accountName> is not valid` when signing in.**
51
-
52
-
This error occurs when the connector successfully creates the MSA but fails to retrieve the data from the domain controller. Various issues can cause the error, including replication delays between domain controllers in single domain, or when the user account exists in a different domain to the connector machine.
53
52
53
+
This error occurs when the connector successfully creates the MSA but fails to retrieve the data from the domain controller. Various issues can cause the error, including replication delays between domain controllers in single domain, or when the user account exists in a different domain to the connector machine.
54
+
55
+
This issue is resolved in build **6.2504.2001.8.**
56
+
54
57
- **Error `Failed to create a managed service account - Element not found`.**
55
58
56
59
- **Error `Cannot start service ODJConnectorSvc on computer '.'. ---> System.ComponentModel.Win32Exception: The service did not start due to a logon failure` after the MSA is created.**
57
-
58
-
This error occurs when the service can't run as the MSA. The service not being able to run as the MSA can be caused by various issues, including group or local policy restricting **Log on as a service** privileges.
59
60
61
+
This error occurs when the service can't run as the MSA. The service not being able to run as the MSA can be caused by various issues, including group or local policy restricting **Log on as a service** privileges. For more information on how to mitigate this error, see [Troubleshooting FAQ](/autopilot/troubleshooting-faq#why-is-the-error--cannot-start-service-odjconnectorsvc-on-computer------occurring-when-setting-up-the-intune-connector-for-active-directory-).
62
+
60
63
- **Error `System.DirectoryServices.DirectoryServicesCOMException (0x8007202F): A constraint violation occurred.`**
61
64
65
+
For information on how to mitigate this error, see [Troubleshooting FAQ](/autopilot/troubleshooting-faq#troubleshooting-the-intune-connector-for-active-directory).
66
+
62
67
### TPM attestation isn't working for TPMs which use high-range RSA 3072EK
63
68
64
69
Date added: *April 4, 2025*
@@ -73,8 +78,7 @@ The Windows Autopilot profile setting which enables automatic configuration of t
73
78
74
79
### Windows Autopilot report incorrectly shows failure even though the deployment was successful
Copy file name to clipboardExpand all lines: autopilot/troubleshooting-faq.yml
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ metadata:
9
9
ms.author: frankroj
10
10
ms.reviewer: madakeva
11
11
manager: aaroncz
12
-
ms.date: 04/04/2025
12
+
ms.date: 04/21/2025
13
13
ms.collection:
14
14
- M365-modern-desktop
15
15
- highpri
@@ -472,10 +472,30 @@ sections:
472
472
- The administrator installing and configuring the Intune Connector for Active Directory doesn't have the required permissions as outlined in the [Intune Connector for Active Directory Requirements](windows-autopilot-hybrid.md?tabs=intune-connector-requirements#requirements).
473
473
- The organization unit (OU) specified in the Intune Connector for Active Directory `ODJConnectorEnrollmentWiazard.exe.config` XML configuration file doesn't exist.
474
474
475
-
For detailed information on the error and what caused it, see the `ODJConnectorUI.log` normally located in the folder `C:\Program Files\Microsoft Intune\ODJConnector\ODJConnectorEnrollmentWizard`.
475
+
For detailed information on the error and what caused it, see the `ODJConnectorUI.log` normally located in the following folder:
Follow the steps to [Increase the computer account limit in the Organizational Unit](tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md?tabs=updated-connector) if the following error appears in the `ODJConnectorUI.log`:
480
+
481
+
**`System.AggregateException: One or more errors occurred. ---> System.DirectoryServices.DirectoryServicesCOMException: A constraint violation occurred.`**
476
482
477
483
For more information, see [Install the Intune Connector for Active Directory on the server](windows-autopilot-hybrid.md?tabs=updated-connector#install-the-intune-connector-for-active-directory-on-the-server).
478
484
485
+
- question: |
486
+
Why is the error "Cannot start service ODJConnectorSvc on computer '.'" occurring when setting up the Intune Connector for Active Directory?
487
+
answer: |
488
+
This error might occur for several reasons including:
489
+
490
+
- The domain has more than one domain controller with a replication latency policy. The MSA was created in one of the domain controllers but the search happened against another domain controller. Wait until replication has completed in accordance with your policy or manually sync. Once the replication is complete, then open the connector and choose **Configure MSA**.
491
+
492
+
- A group policy is configured that doesn't allow services to be started as a non-privileged account. Make sure the MSA account has **Log on as a service** privileges granted. For example, see this instance with Operations Manager to [Enable service logon](/system-center/scom/enable-service-logon#enable-service-log-on-permission-for-run-as-accounts).
493
+
494
+
- question: |
495
+
Why is the error "Microsoft Edge can't read and write to its data directory" occurring?
496
+
answer: |
497
+
This error indicates that the user needs read/write permissions to the listed directory. For more information on how to grant these permissions, see [Manage user data folders](/microsoft-edge/webview2/concepts/user-data-folder?tabs=win32).
498
+
479
499
- question: |
480
500
Why did enrollments start failing when using the Intune Connector for Active Directory?
Copy file name to clipboardExpand all lines: autopilot/whats-new.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: frankroj
8
8
ms.author: frankroj
9
9
manager: aaroncz
10
10
ms.reviewer: madakeva
11
-
ms.date: 02/27/2025
11
+
ms.date: 04/21/2025
12
12
ms.collection:
13
13
- M365-modern-desktop
14
14
- tier2
@@ -32,11 +32,24 @@ appliesto:
32
32
>
33
33
> For more information on using RSS for notifications, see [How to use the docs](/mem/use-docs#notifications) in the Intune documentation.
34
34
35
+
## Updated build for the low privileged account for Intune Connector for Active Directory
36
+
37
+
Date added: *April 18, 2025*
38
+
39
+
We've updated the low-privileged Intune Connector for Active Directory build. New in build **6.2504.2001.8:**
40
+
41
+
- Updated the sign in page to use WebView2, built on Edge, instead of WebBrowser.
42
+
- **Error `MSA account <accountName> is not valid`** when signing in has been fixed.
43
+
- **Error `Cannot start service ODJConnectorSvc on computer '.'`** can now be mitigated. For more information, see [Troubleshooting FAQ](/autopilot/troubleshooting-faq#why-is-the-error--cannot-start-service-odjconnectorsvc-on-computer------occurring-when-setting-up-the-intune-connector-for-active-directory-).
44
+
- **Error `System.DirectoryServices.DirectoryServicesCOMException (0x8007202F): A constraint violation occurred.`** can now be mitigated. For more information, see [Troubleshooting FAQ](/autopilot/troubleshooting-faq#why-is-the-error--the-msa-account-couldn-t-be-granted-permission-to-create-computer-objects-in-the-following-ous--occurring-when-installing-the-intune-connector-for-active-directory-).
45
+
46
+
Download and install the latest version to get these changes.
47
+
35
48
## Low privileged account for Intune Connector for Active Directory for Hybrid join Windows Autopilot flows
36
49
<!--9544276-->
37
50
Date added: *February 27, 2025*
38
51
39
-
We've updated the Intune Connector for Active Directory to use a low privileged account to increase the security of your environment. The old connector will continue to work until deprecation in late May 2025.
52
+
We've updated the Intune Connector for Active Directory to use a low privileged account to increase the security of your environment. The old connector will continue to work until deprecation in late June 2025.
40
53
41
54
For more information, see [Deploy Microsoft Entra hybrid joined devices by using Intune and Windows Autopilot](windows-autopilot-hybrid.md).
0 commit comments