NicoLag Posted July 29, 2021 Posted July 29, 2021 Hello, First sorry for my english ! I'm looking for help because i have not find an answer on the web. I will try to summarize my problem. I'm running a script using a scheduled task that starts with the system user. This task executes a .bat which launches the execution of the .au3 script which is on a local server. It works perfectly. However, when creating a file on the server using the .au3 script, the rights to this file are created with a user "computername $" and only the computer that generated this file can write to it. If I manually run the .bat which executes the .au3 script no write permission problem on the file created using .au3 script. The functions used are : _FileWriteLog or _FileWriteToLine I hope to have been clear Thanks in advance
NicoLag Posted July 29, 2021 Author Posted July 29, 2021 I have find the problem. Juste add the computers AD group on the file and all computers can write on the file ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now