access ro remote computer via computer management

MidNight Sender 66 Reputation points
2026-08-11T14:48:35.75+00:00

In microsoft domain what requirements to connect remote computer via computer management ?

My client is Window 11 and I use AD account which belongs to local administrators group of remote computer (Windows 10)

When I open computer management to explore remote pc, I can explore partially tree, e.g. device manager cannot be opened.

What services are necessary to run on remote and local pc ?

What AD account I have to use ?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments

Answer accepted by question author
Marcin Policht 107.5K Reputation points MVP Volunteer Moderator
2026-08-11T15:34:27.7233333+00:00

Requirements: the Windows 11 client and Windows 10 remote computer should be domain-joined or otherwise able to authenticate to the same AD domain, and your AD account must have local administrator rights on the remote computer. Remote administration must also be allowed through Windows Firewall. For Device Manager specifically, additional remote-management/RPC access is required; simply being a local administrator is not always sufficient.

Services: on the remote Windows 10 computer, make sure Remote Procedure Call (RPC), RPC Endpoint Mapper, and DCOM Server Process Launcher are running. For Device Manager and similar hardware-management functions, the Windows Management Instrumentation (WMI) service should also be running. On the client, the corresponding RPC/DCOM services are normally already running and generally do not need special configuration. Windows Firewall must allow the appropriate Remote Service Management, WMI, and RPC/DCOM rules.

AD account: use a domain account (DOMAIN\username or ******@domain.com) that is a member of the remote computer's local Administrators group. You do not need to use the Domain Admins group. If Computer Management opens but Device Manager fails, first verify that the account is actually being recognized as a local administrator on the remote Windows 10 machine and that the WMI/RPC/firewall requirements are satisfied.


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

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Oldest
  1. Allan Solomon Mejia 8,175 Reputation points
    2026-08-12T02:23:13.1433333+00:00

    Hello @MidNight Sender

    Since both computers are domain-joined and your AD account is already a member of the local Administrators group on the remote Windows 10 PC, your account should generally be sufficient for the Computer Management functions that support remote administration.

    For remote Computer Management, verify that the remote PC allows the necessary Windows Firewall management rules and that services used by the particular MMC snap-in, such as RPC/WMI, are available. Remote WMI connections, for example, are affected by Windows Firewall, DCOM, and UAC configuration.

    However, Device Manager is the exception here. Microsoft removed remote access to the Plug and Play (PnP) RPC interface beginning with Windows 8 and Windows Server 2012. As a result, Device Manager can't be remotely accessed this way on a Windows 10 target, even when Plug and Play and Remote Registry are running and your account has administrative rights.

    So the fact that other parts of Computer Management work but Device Manager returns Access Denied or doesn't open is expected behavior, not necessarily a permissions or service problem.

    For Device Manager, Microsoft states that you must access it locally on the target computer. You can accomplish that by using RDP or another approved remote-control method and then running: devmgmt.msc

    For the other Computer Management snap-ins, I would troubleshoot them individually because each component can have different RPC/WMI/firewall requirements rather than enabling services indiscriminately.

    Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

    Was this answer helpful?

    0 comments No comments

Your answer

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