Skip to content

Commit 2b32124

Browse files
Merge pull request #291591 from dknappettmsft/avd-computer-account-reuse
AVD computer account reuse
2 parents 3161ce1 + 2769233 commit 2b32124

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/virtual-desktop/troubleshoot-vm-configuration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ Follow these instructions if you're having issues joining virtual machines (VMs)
6868
- 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.
6969
- 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).
7070

71+
### Error: Computer account reuse is blocked in an Active Directory domain
72+
73+
**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.
74+
75+
**Fix:** Take one of the following actions to resolve:
76+
77+
- Use the same user account that was used to create the existing computer account object.
78+
- Use a user account that is a member of the **Domain Administrators** security group
79+
- 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.
80+
81+
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).
82+
7183
## Azure Virtual Desktop Agent and Azure Virtual Desktop Boot Loader aren't installed
7284

7385
The recommended way to provision VMs is using the Azure portal creation template. The template automatically installs the Azure Virtual Desktop Agent and Azure Virtual Desktop Agent Boot Loader.

0 commit comments

Comments
 (0)