KB Issue
During the installation of the Microsoft Failover Cluster, you might experience the following error if the name is identical to an existing name. "Cluster network name resource failed to create its associated computer object in domain."
Issue Details
Installing SQL Server Failover Cluster throws error
"Cluster network name resource failed to create its associated computer object in domain"
when trying to install. This error will also cause the Cluster Node to become [Stopped]
Recreate Issue
When installing SQL Server Failover Cluster, using an identical [Cluster Network Name] will cause the error
"Cluster network name resource failed to create its associated computer object in domain"

This error happens because a Computer name is already registered in [Active Directory Users and Computers].
Resolve Issue
    Log on to the DC or backup DC.
  1. Open [Active Directory Users and Computers].
  2. Navigate to [Computers]
  3. search for the [Cluster Network Name].
  4. Right-click and choose [Delete]
  5. Answer [Yes] to the pop-up dialog.
Back in SQL Server Installation, click [Retry].
The process should be completed.