Problem with User GPO.
Hi all ¡¡
I want to execute a batch file in a specific computer using a user policy. Its simple, when the users logon it executes a script.
This works if i the patch to the script is in the computer
If i use a unc path it not works(with all the permisions shared and ntfs).
Why¿?¿? its a bug?
June 8th, 2010 1:03pm
Hello,
this isn't a bug, most of the time it belongs to configuration. Logon as the user and try to access the UNC path from the run line. If this don't work start with ipconfiguration and make sure to use only domain DNS servers on the NIC. Also post the error
message when trying to access the share.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
June 8th, 2010 3:29pm
I can log to the share perfectly. And i can execute the batch perfectly using
\\server\share\batch.bat
...
June 8th, 2010 3:52pm
You have two options to test :
- first : copy the logon script on the GPO folder, logon script subfolder;
- second : copy the logon script on the %logonserver%\Netlogon folder and instruct the GPO to use the script from this location.
Free Windows Admin Tool Kit Click here and download it now
June 8th, 2010 11:44pm
I have tryed the 2 options...
I don't understand why it not works... It only works when its placed localy and with a local gpo.
June 9th, 2010 1:52pm
What is on the batch file ? Can you post it ?
P.S. The user that you want the GPO to be applied, is he part of the OU that has the GPO linked ?
Free Windows Admin Tool Kit Click here and download it now
June 9th, 2010 1:59pm
Yes, te user is in the OU.
Ok now it works.
The problem if it makes around one minute to execute the script ¡¡¡ I have wait and now it works.
June 9th, 2010 5:22pm