Sorry if these seem really dumb, I havent used autoit in a while and my programming is a little rusty.
I have a script in mind that I want to try, and it is mainly going to require waters AD scripts. One of the first things that I need to do, is create a folder on a network drive as a different users. I am going to make a service account hard coded into the script that is used for some initial folder and file creation depending on the user that does this.
Is it possible to create a networked share as a different user? I feel like you might be able to do this with command prompt but I have no idea XD
Also on a similar note, can I add AD domain accounts as permissions on a network folder from another account? Once again I will use that service account I create in AD (which will have permissions on the root folder). Once the script creates the folder, it will then add the users account to the folder permissions list.
I hope this wasnt to confusing, but everyone here is always so helpful! Thanks for looking!
-Wesley
I have a script in mind that I want to try, and it is mainly going to require waters AD scripts. One of the first things that I need to do, is create a folder on a network drive as a different users. I am going to make a service account hard coded into the script that is used for some initial folder and file creation depending on the user that does this.
Is it possible to create a networked share as a different user? I feel like you might be able to do this with command prompt but I have no idea XD
Also on a similar note, can I add AD domain accounts as permissions on a network folder from another account? Once again I will use that service account I create in AD (which will have permissions on the root folder). Once the script creates the folder, it will then add the users account to the folder permissions list.
I hope this wasnt to confusing, but everyone here is always so helpful! Thanks for looking!
-Wesley