| |
Admin of Hell
Posts: 2
Score: 0
Joined: 11/22/2001
From:
Status: offline
|
Hi! I have a problem: How can i change the sid of a group? Here my little Code: Set GroupSID = GetObject("WinMgmts://IBFFTGDS1510").InstancesOf("Win32_Group") For Each SID In GroupSID Name = SID.Name ID = SID.Sid If Name = "test" then Set path = SID.Put_(wbemChangeFlagUpdateOnly) MsgBox "Finish!" End If Next Following error Code appears in the Set Path..... Line: Provider is not capable of the attempted operation Please help me, what is wrong?
|
|