Friday, January 09, 2009
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: Add to Active Directory
Prev Next
You are not authorized to post a reply.

AuthorMessages
ArthurHUser is Offline

Posts:5

Send Message
12/10/2007 5:57 AM  

We have created a webpage on our intranet where you can fill out fields with Asset Tag, Computername, OU, Domain to join, Timezone etc. The Computername is the name under which the system will be put into Active Directory.

There is one thing though I am not able to create. In AD all our systems also have a description (i.e. Dell Optiplex ArthurH). And we still have to manually add that description after the image is applied with BDD2007. Now what I would like to have is an entry on the intranetpage where you can fill out the Computer Description (just like the Computername) and that that info is also brought into AD.

That way we are, again, skipping a manual action to be taken by our Helpdesk guys. Microsoft says it is not possible by design, but I find that hard to believe.

Anybody has ideas about this? Or even better, a solution?

patrickm12981User is Offline

Posts:44

Send Message
12/10/2007 3:54 PM  
I know when the gather script runs it pulls the make, model and all that great stuff. I used      %make%-%serialnumber% to name our PCs automatically. You may be able to use that info.
SpektorUser is Offline

Posts:2

Send Message
12/10/2007 7:43 PM  
If I was doing it this is what I'd do:

1. Create a script and a task in the PreInstall section to save the "description" as a file on the target hard disk. This is because you don't really have access to the SQL server during the State Restore section

2. Create a script and a task in State Restore to:
Read in the Description from a file
Connect to AD
Find it's computer object
Update the description field

These are many examples in how to do this on google/technet etc.

Downsides with this technique are:
* Requires a saved password and account to connect to AD although this can be easily secured against malicous use.
* If you create images for multiple domains you'll need a script per AD naming context. Unless you make it flexible enough to find the domain name using other methods

Makes sense?
You are not authorized to post a reply.
Forums > Deployment Solutions > Lite Touch > Add to Active Directory



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt