Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


March 28, 2007

An MMC-less Way to Add Computers to Global Groups


RSS
View this exclusive article with VIP access -- click here to join |
See More Active Directory (AD) Articles Here | Reprints | Or sign up for our VIP Monthly Pass!

Our organization uses Microsoft Systems Management Server (SMS) 2003 to deploy software and updates. To ensure that SMS packages are received by computers worldwide, we allow our IT administrators to add computers to the predefined SMS global groups. Using the Microsoft Management Console (MMC) Active Directory Users and Computer snap-in to add computers to global groups takes multiple searches and many mouse clicks, so I wrote the AddComputers.vbs script to help administrators save time. This script also provides flexibility in that the IT administrators can add only those computers to which they want to deploy SMS packages.

Assuming CScript is the default engine, the IT administrator uses the following syntax to launch the script

AddComputers.vbs 
  C:\pclist.txt global_group

where global_group is the name of the global group to which they want to add the computers that are listed in C:\pclist.txt. In this input file, each computer name is placed on a separate line. For example, the input file might look like

Pc001
Pc002
Pc003

Listing 1 shows the main block of code in AddComputers.vbs. As you can see, after making the necessary declarations and checking for the input file's existence, the script converts the group name provided on the command line into a distinguished name (DN). It accomplishes this conversion using the dn function that Listing 2 shows. The dn function uses NameTranslate object, which is an Active Directory Service Interfaces (ADSI) object that translates ADsPath entries from one format to another in the LDAP namespace. (For more information about this object, see the "ADSI Objects of LDAP" Web page at http://msdn2.microsoft.com/en-gb/library/aa772208.aspx. ) . . .


Already a VIP member?
Please log on to view the full article

Why become a VIP member?

VIP-only online access
VIP CD delivered twice a year: offline access to the entire Windows IT Pro article library
Monthly issue of your choice of Windows IT Pro or SQL Server Magazine

Subscribe Now
Reader Comments

You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

WinInfo Short Takes: Week of November 9, 2009

An often irreverent look at some of the week's other news, including some more Windows 7 sales momentum, some Sophos stupidity, Microsoft's cloud computing self-loathing, more whining from the browser makers, Zoho's "Fake Office," and much, much more ...

Understanding File-Size Limits on NTFS and FAT

A general confusion about files sizes on FAT seems to stem from FAT32's file-size limit of 4GB and partition-size limit of 2TB. ...


Related Articles Using Saved Queries for Active Directory Management

Copy Group Memberships from One AD User to Another

Active Directory (AD) Whitepapers Meeting Compliance Objectives in SharePoint

Email Controls and Regulatory Compliance

Continuous Data Protection and Recovery for Microsoft Exchange

Related Events WinConnections and Microsoft® Exchange Connections

Troubleshooting Active Directory

Check out our list of Free Email Newsletters!

Active Directory (AD) eBooks The Essentials Series: Active Directory 2008 Operations

Keeping Your Business Safe from Attack: Monitoring and Managing Your Network Security

Windows 2003: Active Directory Administration Essentials

Related Active Directory (AD) Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement