Quantcast
Channel: Group Policy forum
Viewing all articles
Browse latest Browse all 19997

Group Policy logon script to push out IE9 not working

$
0
0

I have setup dozens of GPO objects where they run logon scripts...so unless I'm missing something obvious...it shouldn't be the way I've setup my GPO object,  rights or permissions to where the GPO points at it's script...so I don't know what I'm missing....matter fact ...I can be logged in as a user...double click my bat file and it works great...just can't get the GPO to process the script...I put the ping command in there maybe thinking it needed a delay....this script runs as a logon script....is it something to do about when this script is executed by Windows and maybe can't run the commands when the logon process is occuring?  Please help...

ping 1.1.1.1 -n 1 -w 90000 >NUL
if exist "C:\Program Files (x86)\Internet Explorer\ie9props.propdesc" exit
md c:\netcenter
cls
copy "\\servername\software\microsoft software\ie9\IE9-Setup-Full.msi" "c:\netcenter"
msiexec /i "c:\netcenter\IE9-Setup-Full.msi" /passive


Viewing all articles
Browse latest Browse all 19997

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>