- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- unattend.txt to join domain in w2k3?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 04:34 AM
12-07-2004 04:34 AM
unattend.txt to join domain in w2k3?
[Identification]
JoinDomain=companyx.net
DomainAdmin=administrator
DomainAdminPassword=password
could not locate this on microsoft.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 10:25 AM
12-07-2004 10:25 AM
Re: unattend.txt to join domain in w2k3?
Sample
This sample demonstrates one use of the [Identification] section of Unattend.txt.
[Identification]
DomainAdmin = PatC
DomainAdminPassword = "abcdef123"
JoinDomain = MYDOMAIN
JoinWorkgroup = MYUSERGROUP
MachineObjectOU = "OU = myou,OU = myparentou,DC = mydom,DC = mycompany,DC = com"
This is taken from the ref.chm file in the deploy.cab from the support tools on the WIndows2003 CD.
Not sure if you need the MachineObjectOU unless you want to put the machine in a specific OU.
Looks like you got it. (except for maybe the MachineObjectOU value.
Additionally, you would have to config your network settings to unless you have dhcp.
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 10:39 AM
12-07-2004 10:39 AM
Re: unattend.txt to join domain in w2k3?
I do not think that the domain needs tobe in ALL CAPS, but might be something to consider.
I attached the chm file here so you can see. There are other ways to join a computer to a domain if you want options.
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 12:29 AM
01-06-2005 12:29 AM
Re: unattend.txt to join domain in w2k3?
I suggest this approach as I have seen an occasional problem when creating a machine from an â unattended.txtâ which joins the domain at the same time.
Steve â Bug-Man
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 11:22 AM
01-06-2005 11:22 AM
Re: unattend.txt to join domain in w2k3?
[Identification]
JoinDomain="Domain.COM"
DomainAdmin=Administrator
DomainAdminPassword="password"
I didn't like my doamin admin password in a txt file though so I put security blocks on it so that only the local and domain admin have access to the \Deploy\configs folder.