[RESOLVED] remotely create folder, assign full control
Hey there,
I need to create a shared folder on the desktop for a specific user on a specific pc and assign full control sharing and security permissions for only tat user and a domain admin user. I need to do this for 300+ PCs. Going to each user manually and askin them if i can do tat on their pcs is very time consuming.
Is there a way i can code this and do this remotely where i can input,
1)the computer name/IP Address
2) the folder name i want to create
3) the user for which i have to create it for (just basically goin to doc and settin.>user name> desktop )
and i can achieve the folder creation for tat user with full control to that user and a domain admin user for sharing and security
Thanks in advance
Re: remotely create folder, assign full control
Not really, since it would still require some sort of client on the 300+ PCs to receive your instructions and create the folder/permissions.
Re: remotely create folder, assign full control
I had the same question... check the second post of this thread. The solution didn't work for me because I was not working on a domain. You may however find it useful.
kevin
Re: remotely create folder, assign full control
Re: remotely create folder, assign full control
Thanks guys, the code samples provided shows how to create a folder and how to add or remove security permissions on the folder.
And i found chris128's code for sharing. Checking that out too.