Restrict Remote MMC

segun abefe 21 Reputation points
2021-03-31T03:26:37.727+00:00

Hi,

Current: Domain user can launch MMC console on their computer, select remote server A, select and use MMC snap-ins to work on the remote server A.

Goal: I want to block MMC on the remote server A so that if a domain user launch MMC console on their computer, select remote server A and then select MMC snap-ins, domain users will be notified that restriction is in place or access is denied.

Domain administrator should be able to launch MMC console from remote server B, select remote server A, select and use MMC snap-ins to work on the remote server A.

Domain user should be able to use MMC snap-ins on their own computer. 83072-mmc.png

Windows for business Windows Server User experience Other
{count} votes

Accepted answer
  1. MotoX80 36,291 Reputation points
    2021-04-01T13:01:07.013+00:00

    One way to stop MMC is to define a firewall rule that blocks all outbound connections on non-admin desktops.

    As I noted in prior post, this will not stop the user from executing a Powershell command to query remote resources that they have access to.

    And if the user has admin access on their own desktop, they can just temporarily turn off the firewall to bypass that rule. So you would need to lock down the desktop further with Active Directory group policy.

    83638-capture.jpg


1 additional answer

Sort by: Most helpful
  1. Carl Fan 6,881 Reputation points
    2021-03-31T08:00:33.457+00:00

    Hi,
    Please refer to the information in the link below:
    Restrict remote mmc
    https://stackoverflow.com/questions/22485479/restrict-windows-server-2008-r2-remote-mmc
    You may could disable the setting Restrict users to the explicitly permitted list of snap-ins in GPO.
    If you disable this setting, all snap-ins are permitted. Then you could disable the snap-in which you want to disable under the path User Configuration/Administrative Templates/Windows Components/Microsoft Management Console.
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments

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.