File Level Security on a remote computer 
Author Message
 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!!



Tue, 22 Mar 2005 20:31:52 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Remote Data Objects in combination with level 1 compliance level

2. strange error trying to delete file with .aspx page (security policy, trust level BS)

3. File Level Security

4. strange error trying to delete file with .aspx page (security policy, trust level BS)

5. Opening an Access file with the User Level security feature

6. accessing remote resources on a remote computer

7. Get computer name and IP from remote computer

8. Sending file to remote computer

9. (Need help on How to) Dial up to a remote computer to FTP download files

10. open html file on remote computers?

11. Launching app running .bat file on remote computer?

12. closing a file on a remote computer

 

 
Powered by phpBB® Forum Software