Oh, and by the way, the registry key where the computer description is stored:
KEY: HKEY_LOCAL_MACHINE\SYSTEM\
PARAMETER: srvcomment
TYPE: String
Main Topics
Browse All TopicsHello,
We just took over network management for a new client with hundreds of windows machines on their network. Their former techs were very good at putting helpful descriptions into the computer description field as they deployed the workstations, however, they had left the description field in AD for all the computers blank. We are wondering if there is a way to automatically (via script or otherwise) to import the computer description from all the workstations to their matching AD account. Any help is much appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Below is a script adapted from the one in this article. If run as a logon script it should do what you're after.
I'm so sorry, I totally forgot about this question. Shift-3, this is great info, and exatly what I'm looking for. Now that I see the original article that you mention, I'm also very interested in doing what they are doing with the script in the original article. Is it possible to put the functions of your script above with the script in the original article into one script? Or would it be best to just call them one after the other as separate scripts?
Sorry again for the delay on this question, the craziness at the office has been unusually high.
Business Accounts
Answer for Membership
by: dhoffman_98Posted on 2009-03-09 at 13:17:07ID: 23840360
The computer description on each workstation is stored in the registry for the machine, not in AD, so you'd have to find some way using WMI to pull that information from each computer, and then dump them all to a new file formatted for LDIFDE to import.
It is possible, but somewhat complicated.