Why do my Hyper-V created VMs have Computer objects that contain an SCP?

helpcomputer 20 Reputation points
2024-09-24T19:57:24.42+00:00

Its simple, I went to delete some computer objects of PCs which no longer existed, and ADUC threw a warning about deleting the subtree. After using ADSI Edit I found that each of the 6 objects had sub-objects that were Service Connection Points named with CN=Windows Virtual Machine.

Why are these being created automatically? Is it Hyper-V or AD that adds them?

Can I just delete the objects by using the Use Delete Subtree server control checkbox safely (Theres only one sub-object for each one, the SCP in question)?

User's image

I don't need these empty SCPs being made, can I stop it from happening?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
{count} votes

Accepted answer
  1. Marcin Policht 50,495 Reputation points MVP Volunteer Moderator
    2024-09-24T20:40:56.5566667+00:00

    The Service Connection Points (SCPs) you're seeing under the computer objects are created automatically by Hyper-V when virtual machines are joined to Active Directory. These SCPs are used to register services, such as virtual machine management services, within AD.

    Regarding deleting these SCPs, using the "Use Delete Subtree server control" option should be safe, especially since you're confident that the SCPs are not needed and are the only sub-objects under the computer objects.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.