Jump to content

Recommended Posts

Posted (edited)

I'm doing an unattended install of Win2K, and I'm trying to get the machine to join our domain. However, every time it's done, it's just in Workgroup. It doesn't give an error message at any point, and I can manually join to the domain (so it can connect) - it just won't do it automatically. My unattend.txt is as follows (passwords and codes blocked out):

; General user information
[UserData]
   ComputerName = *
   OrgName = Calgary Drop-In and Rehab Centre Society
   ProductID = xxxxx-xxxxx-xxxxx-xxxxx

[GuiUnattended]
  ; See <http://unattended.sourceforge.net/timezones.html>
   TimeZone=10
   OEMSkipRegional=1
   OemSkipWelcome=1
   AutoLogon = Yes
   AdminPassword = xxxxxxxx

[Unattended]
   DriverSigningPolicy=Ignore
   UnattendMode=DefaultHide
   FileSystem=ConvertNTFS
   ExtendOemPartition=1
   OemSkipEula=Yes
   OemPreinstall=Yes
  ; Needed for XP - see <http://support.microsoft.com/?kbid=294801>.
   UnattendSwitch=Yes


[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=75

[Networking]
   InstallDefaultComponents=Yes

[Identification]
   DomainAdmin = Administrator
   DomainAdminPassword = xxxxxxx
   JoinDomain = CDICS

Anyone have any ideas of what might be going wrong? Thanks.

Edited by Alanoll

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...