I'm trying deploy a vbscript to a group of machines and for some reason, for the windows 2008R2 targets the package is timing out.
The package is running as the scanning account (domain admin)
I can see on the target server event logs that the scanning account has triggered a logon event
I can see on the target server that the remotedeployment exe file is running
I can see on the target server that the scheduled task is running
If I run the script manually it works without issue.
The deployment works on other OS's, e.g Windows 7, Windows 2012
It looks like it's hanging after calling the remotedeployment executable as I never see a wscript.exe running on the server (its a vbscript i'm deploying).
Any suggestions?