Link to home
Start Free TrialLog in
Avatar of interoil
interoil

asked on

SCCM 2007 SP2 R2 OSD - Prompt user for details

Hi All,

We have a SCCM 2007 SP R2 server. We are using OSD to image our Windows 7 machines.

The imaging is working properly. I have a simple vbscript which prompts the user for the computer name via a 'Run Command line' task sequence step.

This is working correctly also.

What we would like to do is also have a combo box which the user selects the intended location of the machine. Each row in the combo would have hidden columns which would contain the timezone value and an LDAP string indicating which OU to add the computer account to.

How can I achieve this?

Could I develop a form, with the input fields on it, in say Visual Basic and get it to display in a task sequence step?

Thanks in advance.
Avatar of interoil
interoil

ASKER

Sorry... SCCM 2007 SP2 R2
ASKER CERTIFIED SOLUTION
Avatar of matrixnz
matrixnz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks guys for the replies.

Further info... we have multiple sites. The site a client is imaged at isn't necessarily the site it will be permanetly based at. The tech running the image knows at that point where the machine will be based. To be able to prompt the tech for only the computer name and a location (which would have a timezone and LDAP string associated with it) would be perfect.

I have setup MDT 2010, used the UDI designer and created a MDT task sequence. This is working. The only annoying thing is the prompts for things like the Domain Join credentials and the local admin password etc. Can I use other steps in the task sequence to set these variables so they are not required in the UDI wizard step?

The other thing is the Selected OUs don't display as a distinguished name in the drop-down list. The tech only sees just the name of the final OU which can be meaningless. Do you have any suggestions for improving this?

Thanks again.
If you see Johan Arwidmark's  or truesec's tutorials then he explains a case where you can make an OU for workstations and then create a limited account which cannot do much but can add remove PCs to that OU.

All this can be set in the task sequences.

You can see the general idea here http://stefanhazenbroek.blogspot.com/2010/05/configmgr-ad-permissions-for-osd.html but there is excuse for not having those deployment CDs for any SCCM admin.

Any news about this issue?
Sorry for the delay guys. I was out of the country.

I used the links provided above plus this one as well:

http://prettygoodfrontend.codeplex.com/

Thanks for the help on this.