|
| |||||||||
| Tags: computers |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| AD Users and Computers
Hi, Is there a way I can open AD Users and Computers and connect to a domain if the computer I am using is not part of that domain? Maybe opening it from the command line and include the proper credentials in the syntax...since I cant right click and connect to the domain or domain controller because I get an access denied error..... I have tried using `runas` but still get an error 1326... I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" but it doesnt work... dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... any ideas? |
|
#2
| |||
| |||
| Re: AD Users and Computers
no, you cannot do this "Leon" <Leon@discussions.microsoft.com> wrote in message news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com... > Hi, > Is there a way I can open AD Users and Computers and connect to a domain > if > the computer I am using is not part of that domain? > > Maybe opening it from the command line and include the proper credentials > in > the syntax...since I cant right click and connect to the domain or domain > controller because I get an access denied error..... > > I have tried using `runas` but still get an error 1326... > > I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" but > it > doesnt work... > > dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... > > any ideas? > |
|
#3
| |||
| |||
| Re: AD Users and Computers
But then why is there an option in the GUI to right click and connect to another domain? "Joe D" wrote: > no, you cannot do this > > > > "Leon" <Leon@discussions.microsoft.com> wrote in message > news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com... > > Hi, > > Is there a way I can open AD Users and Computers and connect to a domain > > if > > the computer I am using is not part of that domain? > > > > Maybe opening it from the command line and include the proper credentials > > in > > the syntax...since I cant right click and connect to the domain or domain > > controller because I get an access denied error..... > > > > I have tried using `runas` but still get an error 1326... > > > > I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" but > > it > > doesnt work... > > > > dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... > > > > any ideas? > > > > |
|
#4
| |||
| |||
| Re: AD Users and Computers
.. That option; connects to another domain is there for domains whom are in the same forest as you, such as child domains. If you have a domain ifpigsoculdfly.com and it has sub domains usa.ifpigscouldfly.com, jp.ifpigscouldfly.com and uk.ifpigscouldfly.com. When you are managing the sub domains from ifpigscouldfly.com you will need to connect to each respective domain to see its objects in order to manage them. "Leon" <Leon@discussions.microsoft.com> wrote in message news:6A840700-9CDC-4CB0-8FFA-38E86B2B4925@microsoft.com... > But then why is there an option in the GUI to right click and connect to > another domain? > > "Joe D" wrote: > >> no, you cannot do this >> >> >> >> "Leon" <Leon@discussions.microsoft.com> wrote in message >> news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com... >> > Hi, >> > Is there a way I can open AD Users and Computers and connect to a >> > domain >> > if >> > the computer I am using is not part of that domain? >> > >> > Maybe opening it from the command line and include the proper >> > credentials >> > in >> > the syntax...since I cant right click and connect to the domain or >> > domain >> > controller because I get an access denied error..... >> > >> > I have tried using `runas` but still get an error 1326... >> > >> > I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" >> > but >> > it >> > doesnt work... >> > >> > dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... >> > >> > any ideas? >> > >> >> |
|
#5
| |||
| |||
| Re: AD Users and Computers
=?Utf-8?B?TGVvbg==?= <Leon@discussions.microsoft.com> wrote in news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com: > Hi, > Is there a way I can open AD Users and Computers and connect to a > domain if the computer I am using is not part of that domain? > > Maybe opening it from the command line and include the proper > credentials in the syntax...since I cant right click and connect to > the domain or domain controller because I get an access denied > error..... > > I have tried using `runas` but still get an error 1326... > > I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" > but it doesnt work... > > dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... > > any ideas? > Try this (one line, will wrap): runas /netonly /user:domain\userid "mmc dsa.msc /server=dc.in.other.domain" That should launch the dsa.msc pointing to 'dc.in.other.domain' using the supplied credentials. HTH, Wayne Tilton |
|
#6
| |||
| |||
| Re: AD Users and Computers
Create on the local computer an account with credentials matching an account with desired privileges in the target domain (username and password need to match). Switch to its security context either by using RUNAS or interactive logon. Launch DSA.MSC and point it to the target domain controller (or domain - assuming its zones are accessible via the DNS server your computer is configured for). hth Marcin |
|
#7
| |||
| |||
| Re: AD Users and Computers
Hi I didn't test but try the: runas /user:<domain>\xxxxxx "MMC dsa.msc /domain=<domain>" let me know the results -- I hope that the information above helps you. Have a Nice day. Jorge Silva MCSE, MVP Directory Services "Leon" <Leon@discussions.microsoft.com> wrote in message news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com... > Hi, > Is there a way I can open AD Users and Computers and connect to a domain > if > the computer I am using is not part of that domain? > > Maybe opening it from the command line and include the proper credentials > in > the syntax...since I cant right click and connect to the domain or domain > controller because I get an access denied error..... > > I have tried using `runas` but still get an error 1326... > > I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" but > it > doesnt work... > > dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... > > any ideas? > |
|
#8
| |||
| |||
| Re: AD Users and Computers
I get RUNAS ERROR Unable to run - mmc dsa.msc /domain=<domain> 740: The requested operation requires elevation "Wayne Tilton" wrote: > =?Utf-8?B?TGVvbg==?= <Leon@discussions.microsoft.com> wrote in > news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com: > > > > Try this (one line, will wrap): > > runas /netonly /user:domain\userid "mmc dsa.msc > /server=dc.in.other.domain" > > That should launch the dsa.msc pointing to 'dc.in.other.domain' using the > supplied credentials. > > HTH, > > Wayne Tilton > |
|
#9
| |||
| |||
| Re: AD Users and Computers
This worked..... THANKS YOU VERY MUCH!!!!!! "Wayne Tilton" wrote: > =?Utf-8?B?TGVvbg==?= <Leon@discussions.microsoft.com> wrote in > news:7CD27F76-597D-4648-A720-416F508FAC86@microsoft.com: > > > Hi, > > Is there a way I can open AD Users and Computers and connect to a > > domain if the computer I am using is not part of that domain? > > > > Maybe opening it from the command line and include the proper > > credentials in the syntax...since I cant right click and connect to > > the domain or domain controller because I get an access denied > > error..... > > > > I have tried using `runas` but still get an error 1326... > > > > I have tried: runas /user:<domain>\xxxxxx "dsa.msc /domain=<domain>" > > but it doesnt work... > > > > dsa.msc /domain=<domain> /user=xxxxxx doesnt work either... > > > > any ideas? > > > > Try this (one line, will wrap): > > runas /netonly /user:domain\userid "mmc dsa.msc > /server=dc.in.other.domain" > > That should launch the dsa.msc pointing to 'dc.in.other.domain' using the > supplied credentials. > > HTH, > > Wayne Tilton > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "AD Users and Computers" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Missing computer from AD users and Computers | Gotenks | Active Directory | 1 | 03-09-2011 11:46 PM |
| How does AD Users and Computers tool recognize a user? | hume.spamfilter@bofh.ca | Active Directory | 7 | 25-11-2009 11:33 PM |
| How to disable Internet connection from certain users or computers | Dee | Active Directory | 6 | 26-07-2009 03:18 PM |
| Allowing users to *only* add computers to the domain | Baboon | Active Directory | 6 | 21-04-2009 11:24 PM |
| Domain Users and access to AD users and computers | AMMN | Active Directory | 2 | 17-04-2009 02:55 AM |