Tips to identify hardware model?

  • Thread starter Thread starter GG
  • Start date Start date
G

GG

I would like to automate the WDS process of identifying the model of the
destination machine....how do I do this?

I will create multiple WIMs using WDS but I need to automate the process
when I deploy the image to a machine....my idea is

1. WinPE roles to the destination machine,

2. identifies the machine model (my stumbling block), and then

3. apply the proper image.

The question is, how do I do step 2 above - any known script to do this?
From my general knowledge, whether I use BDD on top of WDS or just plain
WDS, I still need the script / logic to identify the destination machine.
My OS to use will be windows XP SP2 and Vista Enterprise.

Thank you.
 
I would like to automate the WDS process of identifying the model of the
destination machine....how do I do this?

I will create multiple WIMs using WDS but I need to automate the process
when I deploy the image to a machine....my idea is

1. WinPE roles to the destination machine,

2. identifies the machine model (my stumbling block), and then

3. apply the proper image.

The question is, how do I do step 2 above - any known script to do this?
From my general knowledge, whether I use BDD on top of WDS or just plain
WDS, I still need the script / logic to identify the destination machine.
My OS to use will be windows XP SP2 and Vista Enterprise.

Thank you.
Not that well known with bdd LTI, but bdd ZTI has a built-in that
detects make and model.
 
Back
Top