option Explicit
Dim objGroup
Dim strComputer
On Error Resume Next
strComputer = “.”
Set objGroup = GetObject(“WinNT://” & strComputer & “/Administrators,group”)
objGroup.add(“WinNT://yourdomain/yourgroup,group”)
Set objGroup = Nothing
One Click Remote Server Support
Comments Off
option Explicit
Dim objGroup
Dim strComputer
On Error Resume Next
strComputer = “.”
Set objGroup = GetObject(“WinNT://” & strComputer & “/Administrators,group”)
objGroup.add(“WinNT://yourdomain/yourgroup,group”)
Set objGroup = Nothing
Please click here to download the plugin required to make recent comments work!