I have a Win2008r2 domain with Win7 clients. I use batch files all the time in Group Policy Startup Scripts and never have any issues. I have a batch file that is trying to run setup with some switches to remove a program. It is not working. If I browse through gpresult on the client, and also through the Group Policy log on the client, I can tell that the client is detecting and applying the policy. It is not being filtered out, etc. I actually see the 4016 event ID for "Starting Script extensions Processing" and it names the GPO I am testing with. So I rebooted a few times and the batch file never runs, but if I browse to the Policy UID in sysvol and run the simple batch file with my account, it runs fine. All the batch files is doing is this, but the system account never even copies the file down from Sysvol. Anyone have any ideas?
Copy SilentUninstallLync.xml c:\Windows\Temp\
"C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /UNINSTALL Lync /config c:\Windows\Temp\SilentUninstallLync.xml
Dave