Results 1 to 9 of 9

Thread: AD Users and Computers

  1. #1
    Leon Guest

    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. #2
    Joe D Guest

    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. #3
    Leon Guest

    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. #4
    Smith Power Guest

    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. #5
    Wayne Tilton Guest

    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. #6
    Marcin Guest

    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. #7
    Jorge Silva Guest

    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. #8
    Leon Guest

    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. #9
    Leon Guest

    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
    >


Similar Threads

  1. Replies: 6
    Last Post: 30-11-2011, 11:54 PM
  2. Replies: 6
    Last Post: 24-09-2010, 06:25 AM
  3. exporting users from computers in workgroup to domain
    By rmbiss in forum Networking & Security
    Replies: 2
    Last Post: 06-08-2009, 09:49 AM
  4. Vista Computers Unable to see other computers on LAN
    By KaramChand in forum Networking & Security
    Replies: 0
    Last Post: 20-02-2009, 08:21 PM
  5. Replies: 2
    Last Post: 29-08-2008, 06:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,919,249.60440 seconds with 17 queries