Posted: Friday, November 14, 2008 by
Jada Brock-Soldavini
Creating a Local Group: To create a local group, we are going to use two IADs methods: "Create" and "SetInfo." When we call the Create method, it is actually the method of the group parent object-in this case, the object representing the computer. The syntax is shown in the following example: Set objGroup = objComputer.Create("group", "GroupName")
Computers and Technology / Windows Server 2003