Domain related unattended questions
#1
Posted 06 January 2005 - 11:51 PM
Does anyone know of any issues like this? Anyone have much experience with domains?
Another question: Ideally I would like to bring my computers up, install network drivers, run some registry tweaks to disable dhcp media sense, and then join or add the computer to a domain. With that done, I'd like to use this dsmove.exe tool to change the organizational unit my computers are in in active directory then reboot them so my software installation policies can kick in and install all the default software on the domain. (This way it stays up to date, is contained in one spot, and doesn't fill up the cd)
My problems are: since I couldn't get the unattended setup to join the domain properly (admittedly I didn't try that hard) I enlisted the help of netdom.exe which performs the task via command line. Then I need to restart the computer and get it to login using the domain administrator account...still working on that part.
Here's the clincher, if I were to get the unattended cd to add to the domain itself, would I still need to log on to the domain to make the active directory changes...so...
Anyone have similar problems with domain logon?
And does anyone know how to auto-login to the domain?
-eMpTy
#2
Posted 07 January 2005 - 07:07 AM
A good deal of the information you have probably aquired regarding unattended installs from CD will translate over to RIS. For instance I have used nLite on a couple of RIS sources now as well as BTS's DriverPacks.
It may take a short investment of time to get up to speed with RIS, but I assure you it is worth it.
#3
Posted 07 January 2005 - 07:14 AM
[Identification]
DomainAdmin="DomainAccount"
DomainAdminPassword="password"
JoinDomain = "DomainName"
Autologin to domain is same as autologin to workstation, U must include DefaultDomainName with name of your domain.
Any other questions?
#5
Posted 07 January 2005 - 01:32 PM
#6
Posted 17 March 2005 - 12:15 AM
soulin, on Jan 7 2005, 07:14 AM, said:
[Identification]
DomainAdmin="DomainAccount"
DomainAdminPassword="password"
JoinDomain = "DomainName"
Autologin to domain is same as autologin to workstation, U must include DefaultDomainName with name of your domain.
Any other questions?
<{POST_SNAPBACK}>
will this work with an unattended cd? i tried experimenting with it, but after the installation point where xp is configuring network settings, it shuts down the installation of xp and restarts and goes that way... much like an endless loop.
#7
Posted 29 March 2005 - 10:12 PM
will unattended joining to the domain work with winnt.sif on an unattended cd?
#8
Posted 30 March 2005 - 04:18 AM
It really depends on the Mobo and the NIC
Read my post above
#9
Posted 05 May 2005 - 10:38 PM
#10
Posted 20 July 2005 - 01:49 AM
RADIMUS, Im very interested for your graphic product or tools Join Domain , could you explain us what is it or give us the source ?
Thanks a lot
#11
Posted 20 July 2005 - 06:57 AM
basically add the joindomain.kix, kix32.exe, and kixforms.dll into the system32 dir, "regsvr32 /s kixforms.dll", and then "kix32 joindomain.kix"
see http://www.kixtart.org/ubbthreads/showflat...4&Number=131272
for the details on the code for this
#12
Posted 20 July 2005 - 07:01 AM
#13
Posted 20 July 2005 - 03:30 PM
Radimus, on Jul 20 2005, 07:57 AM, said:
basically add the joindomain.kix, kix32.exe, and kixforms.dll into the system32 dir, "regsvr32 /s kixforms.dll", and then "kix32 joindomain.kix"
see http://www.kixtart.org/ubbthreads/showflat...4&Number=131272
for the details on the code for this
<{POST_SNAPBACK}>
I tried this but got an error on line 10. I think line 10 is $Form.BackColor = 212,208,200 if I counted right. Is there a certain version of the kixforms.dll I need to use?
Thanks
#14
Posted 26 July 2005 - 07:34 AM
#15
Posted 26 July 2005 - 07:55 AM
[Identification]
DomainAdmin="DomainAccount"
DomainAdminPassword="password"
JoinDomain = "DomainName"
with unattended install BUT they have all been fairly new computers.
Having said that i'm looking into a problem at the moment which is sorta related. The problem i have is that i have also set the autologin functionality but it fails to login when i check the registry the domain name has been set the same as the computer name?????
This is strange as the computerhas been added to the domain
If any1 has any suggestions about this i'd be interested
#16
Posted 26 July 2005 - 08:45 AM
Radimus, on Jul 26 2005, 08:34 AM, said:
DLL was registered. Once i added this line to the form section, it worked for me.
$Form = CreateObject("Kixtart.Form")



Help
Back to top










