Created
July 25, 2017 08:34
-
-
Save aduzsardi/2e9f12846fd914cf05226c491c1e623e to your computer and use it in GitHub Desktop.
Run AD Users & Computers As Another User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On a elevated command prompt run this.... | |
runas /u:<domainB>\<username> /netonly mmc | |
On prompt.. type your domainB password. | |
Click File --> Add/Remove Snap-in | |
Choose Active Directory Users and Computers (from left side pane) | |
Click Add > | |
Click Ok | |
On the Console Root tree (it is on the Left hand side of the snapin) | |
Click Console Root --> Active Directory Users and Computer | |
-- It may show an error dialog saying invalid creds etc. | |
Right click on it and select Change Domain Controller... menu | |
On Change Directory Server dialog | |
.. Select "This Domain Controller or AD LDS Instance" option | |
.. On the first row of the table... click your mouse (or press F2) this should make the box editable | |
.. Type the DC name | |
Click Ok | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://social.technet.microsoft.com/Forums/windowsserver/en-US/fd918c65-622f-4ca0-bff1-e54ffa669289/run-ad-users-computers-as-another-user?forum=winserverDS