rakem Posted July 6, 2006 Posted July 6, 2006 Short and sweet:I need to log into domainA from domainB through terminal services and have my login script that is located on domainB run. Is this possible?
allen2 Posted July 6, 2006 Posted July 6, 2006 It should work as long as there is trust relation between domainA and domainB.
tain Posted July 6, 2006 Posted July 6, 2006 More information on trust relationships: http://technet2.microsoft.com/WindowsServe...3.mspx?mfr=true
rakem Posted July 6, 2006 Author Posted July 6, 2006 there is a trust but the scripts dont run... is there anything else that needs to be set up?
tain Posted July 7, 2006 Posted July 7, 2006 You can use Terminal Services to login to the other domain but the login scripts don't run when you do so? Do the scripts run when you login with that same domain user from within its domain?
tain Posted July 10, 2006 Posted July 10, 2006 Here is a page that descibes how to set this up. I suggest you use it as a kind of checklist to figure out where your problem lies.One scenario is that the scripts are exiting for some reason because of the terminal services session. Add a pause near the start of the script so that you can see if they are at least getting initialized.
allen2 Posted July 11, 2006 Posted July 11, 2006 Also when logged with terminal server does a user can launch the logon script from the start menu and run or from a dos box.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now