while i add a domain user to local system i receve error
here the code :
Set objGroup = GetObject("WinNT://sa.edu.sa/administrators,group")
i cant access why plz
Printable View
while i add a domain user to local system i receve error
here the code :
Set objGroup = GetObject("WinNT://sa.edu.sa/administrators,group")
i cant access why plz
Does the user your using to access the domain have administrators priviliges..
this is the most likely reason...
Gremmy..