| |
Athar0229
Posts: 5
Score: 0
Joined: 10/24/2007
Status: offline
|
Original message moved by dm_4ever Reason : Hi, strComp = "c:\host.txt" Set objGroup = GetObject("WinNT://" & strComp & "/Administrators") Set objUser = GetObject("WinNT://testdomain.com/US-helpdesk") objGroup.Add(objUser.ADsPath) want i want to see the c:\host.txt file to see 100 server and then add the us-helpdesk group to the local administrator .. Thanks in advance ..
|
|