
File Level Security on a remote computer
I've been using:
'Give Domain Admins Full Control to the folder
Shell.run "cacls H:\USERS\" & User.Name & " /T /E /C /G " & Chr(34) &
"Domain Admins" & Chr(34) & ":F",1,true
to grant security on files, however this has to be run on the locally. How
can I do this for a remote computer using Visual Basic 6.0, SP5 and not
VBScript?
Thanks in advance!!