Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista installation & setup

Vista - Naming a computer in Windows Deployment Services...

Reply
 
Old 01-09-2007   #1 (permalink)
Ross


 
 

Naming a computer in Windows Deployment Services...

Hi Everyone,

Is there anyway to make Windows Deployment Services prompt you for a
machine name when adding it to the domain? I have an unattend file that will
install Vista silently on the network but it gives a random name. I want to
be able to type in the computer name. Is that possible? I looked at the xml
example
<ComputerName>MyComputer</ComputerName> but I need it to prompt.


Thanks,
Ross

My System SpecsSystem Spec
Old 01-10-2007   #2 (permalink)
Carsten


 
 

RE: Naming a computer in Windows Deployment Services...

Hi,
We have exactly the same problem on our site. There's no dilog presented by
the wds-client-setup procedure within the Installationimage of PE. There
should be the same options like in OSChooser.

The next problem is, that existing AD Computeraccounts with an existing
netbootGUID attribut will not be used when installing with wds-client. A new
account will be created.
The logfile in %windir%\panther tells, that there is an ldap request to get
information about an existing AD Computeraccount. But this information will
not been used by the following setup-stages.
The new AD computeraccount doesn't habe a netbootGUID attribute set by WDS.
Obviously their is no BINL-Service in use by PE/Vista.
So how will existing AD Comuteraccounts be used by WDS?

"Ross" wrote:

> Hi Everyone,
>
> Is there anyway to make Windows Deployment Services prompt you for a
> machine name when adding it to the domain? I have an unattend file that will
> install Vista silently on the network but it gives a random name. I want to
> be able to type in the computer name. Is that possible? I looked at the xml
> example
> <ComputerName>MyComputer</ComputerName> but I need it to prompt.
>
>
> Thanks,
> Ross

My System SpecsSystem Spec
Old 01-10-2007   #3 (permalink)
John N


 
 

RE: Naming a computer in Windows Deployment Services...

I am having the same issue. I want to specify the computer name prior to
joining the domain.

Currently it joins the domain with a random name the the Windows welcome
prompts me for a name and then the trust relationship is lost due to the name
change.

Any assistance would be appreciated.

"Carsten" wrote:

> Hi,
> We have exactly the same problem on our site. There's no dilog presented by
> the wds-client-setup procedure within the Installationimage of PE. There
> should be the same options like in OSChooser.
>
> The next problem is, that existing AD Computeraccounts with an existing
> netbootGUID attribut will not be used when installing with wds-client. A new
> account will be created.
> The logfile in %windir%\panther tells, that there is an ldap request to get
> information about an existing AD Computeraccount. But this information will
> not been used by the following setup-stages.
> The new AD computeraccount doesn't habe a netbootGUID attribute set by WDS.
> Obviously their is no BINL-Service in use by PE/Vista.
> So how will existing AD Comuteraccounts be used by WDS?
>
> "Ross" wrote:
>
> > Hi Everyone,
> >
> > Is there anyway to make Windows Deployment Services prompt you for a
> > machine name when adding it to the domain? I have an unattend file that will
> > install Vista silently on the network but it gives a random name. I want to
> > be able to type in the computer name. Is that possible? I looked at the xml
> > example
> > <ComputerName>MyComputer</ComputerName> but I need it to prompt.
> >
> >
> > Thanks,
> > Ross

My System SpecsSystem Spec
Old 01-10-2007   #4 (permalink)
Ross


 
 

RE: Naming a computer in Windows Deployment Services...

I totally agree... Making machine prestage seems painful in my environment,
to much time would be invested in finding typing then retyping the long
GUIDs. I would also like to have the machine to be placed in different OUs
in Active Directory.


Ross

"John N" wrote:

> I am having the same issue. I want to specify the computer name prior to
> joining the domain.
>
> Currently it joins the domain with a random name the the Windows welcome
> prompts me for a name and then the trust relationship is lost due to the name
> change.
>
> Any assistance would be appreciated.
>
> "Carsten" wrote:
>
> > Hi,
> > We have exactly the same problem on our site. There's no dilog presented by
> > the wds-client-setup procedure within the Installationimage of PE. There
> > should be the same options like in OSChooser.
> >
> > The next problem is, that existing AD Computeraccounts with an existing
> > netbootGUID attribut will not be used when installing with wds-client. A new
> > account will be created.
> > The logfile in %windir%\panther tells, that there is an ldap request to get
> > information about an existing AD Computeraccount. But this information will
> > not been used by the following setup-stages.
> > The new AD computeraccount doesn't habe a netbootGUID attribute set by WDS.
> > Obviously their is no BINL-Service in use by PE/Vista.
> > So how will existing AD Comuteraccounts be used by WDS?
> >
> > "Ross" wrote:
> >
> > > Hi Everyone,
> > >
> > > Is there anyway to make Windows Deployment Services prompt you for a
> > > machine name when adding it to the domain? I have an unattend file that will
> > > install Vista silently on the network but it gives a random name. I want to
> > > be able to type in the computer name. Is that possible? I looked at the xml
> > > example
> > > <ComputerName>MyComputer</ComputerName> but I need it to prompt.
> > >
> > >
> > > Thanks,
> > > Ross

My System SpecsSystem Spec
Old 01-11-2007   #5 (permalink)
Carsten Cramer


 
 

Re: Naming a computer in Windows Deployment Services...

Hi,
another strange thing why I believe that the PE-bootimage integrated WDS-Client
is only in an early beta stage is, that there is a naming policy which can be
configured as wds server option (Directory-Tab). The default systemvariable is
set to '%61Username%H'. Why isn't the variable used by the wds-client to set the
computername? The wds client asks for the credentials to logon to the wds-server
so that an installation image can be interactively chosen.

Ross wrote:
> I totally agree... Making machine prestage seems painful in my environment,
> to much time would be invested in finding typing then retyping the long
> GUIDs. I would also like to have the machine to be placed in different OUs
> in Active Directory.
>
>
> Ross
>
> "John N" wrote:
>
>> I am having the same issue. I want to specify the computer name prior to
>> joining the domain.
>>
>> Currently it joins the domain with a random name the the Windows welcome
>> prompts me for a name and then the trust relationship is lost due to the name
>> change.
>>
>> Any assistance would be appreciated.
>>
>> "Carsten" wrote:
>>
>>> Hi,
>>> We have exactly the same problem on our site. There's no dilog presented by
>>> the wds-client-setup procedure within the Installationimage of PE. There
>>> should be the same options like in OSChooser.
>>>
>>> The next problem is, that existing AD Computeraccounts with an existing
>>> netbootGUID attribut will not be used when installing with wds-client. A new
>>> account will be created.
>>> The logfile in %windir%\panther tells, that there is an ldap request to get
>>> information about an existing AD Computeraccount. But this information will
>>> not been used by the following setup-stages.
>>> The new AD computeraccount doesn't habe a netbootGUID attribute set by WDS.
>>> Obviously their is no BINL-Service in use by PE/Vista.
>>> So how will existing AD Comuteraccounts be used by WDS?
>>>
>>> "Ross" wrote:
>>>
>>>> Hi Everyone,
>>>>
>>>> Is there anyway to make Windows Deployment Services prompt you for a
>>>> machine name when adding it to the domain? I have an unattend file that will
>>>> install Vista silently on the network but it gives a random name. I want to
>>>> be able to type in the computer name. Is that possible? I looked at the xml
>>>> example
>>>> <ComputerName>MyComputer</ComputerName> but I need it to prompt.
>>>>
>>>>
>>>> Thanks,
>>>> Ross

My System SpecsSystem Spec
Old 04-29-2008   #6 (permalink)
locampos


 
 

Re: Naming a computer in Windows Deployment Services...


Ross, did you find answer for this question, I need to configure my
server to the same...Can you help me?


--
locampos
------------------------------------------------------------------------
locampos's Profile: http://forums.techarena.in/member.php?userid=47255
View this thread: http://forums.techarena.in/showthread.php?t=656748

http://forums.techarena.in

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Help with Deployment Workbench and Deployment Services Vista installation & setup
Windows deployment services + Vista General Discussion
Ghost or Windows Deployment Services for imaging Vista installation & setup
Does Win PE come with Windows Deployment Services? Vista installation & setup
Windows Deployment Services Question Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46