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: articles/virtual-desktop/troubleshoot-vm-configuration.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,16 +70,17 @@ Follow these instructions if you're having issues joining virtual machines (VMs)
70
70
- Change the network interface's DNS server settings to **Custom** with the steps from [Change DNS servers](../virtual-network/virtual-network-network-interface.md#change-dns-servers) and specify the private IP addresses of the DNS servers on the virtual network.
71
71
- Change the network interface's DNS server settings to **Inherit from virtual network** with the steps from [Change DNS servers](../virtual-network/virtual-network-network-interface.md#change-dns-servers), then change the virtual network's DNS server settings with the steps from [Change DNS servers](../virtual-network/manage-virtual-network.yml#change-dns-servers).
72
72
73
-
### Error: Computer account reuse is blocked by policy
73
+
### Error: Computer account reuse is blocked in an Active Directory domain
74
74
75
-
**Cause:** You are attempting to reuse a computer account (host name), have applied Windows updates released on and after October 11, 2022 and the user account provided for the domain does not have sufficient permissions to reuse computer accounts.
75
+
**Cause:** You attempt to reuse a computer account (hostname), have applied Windows updates released on and after October 11, 2022, and the user account provided for the domain doesn't have sufficient permissions to reuse computer accounts.
76
76
77
-
**Fix:** Take one of the following actions to resolve.
78
-
- Use the same user account that was used to create the existing computer account object
79
-
- Use an account that is a member of domain administrators
80
-
- Use an account that is a member of the “Domain controller: Allow computer account re-use during domain join.” Group Policy setting. This setting requires the installation of Windows updates released on or after March 14, 2023, on ALL member computers and domain controllers.
77
+
**Fix:** Take one of the following actions to resolve:
78
+
79
+
- Use the same user account that was used to create the existing computer account object.
80
+
- Use a user account that is a member of the **Domain Administrators** security group
81
+
- Use a user account that is has the Group Policy setting **Domain controller: Allow computer account re-use during domain join** applied. This setting requires the installation of Windows updates released on or after March 14, 2023, on all member computers and domain controllers in the Active Directory domain.
81
82
82
-
[Review additional guidance](https://support.microsoft.com/en-us/topic/kb5020276-netjoin-domain-join-hardening-changes-2b65a0f3-1f4c-42ef-ac0f-1caaf421baf8) for more information on the permissions changes for computer account reuse.
83
+
For more information on the permissions changes for computer account reuse, see [KB5020276 - Netjoin: Domain join hardening changes](https://support.microsoft.com/en-us/topic/kb5020276-netjoin-domain-join-hardening-changes-2b65a0f3-1f4c-42ef-ac0f-1caaf421baf8).
0 commit comments