I have a weird issue with a PS script which should run on startup of a computer.
This script is configured identical on three levels (OUs) only different parameters.
Depending on for which hosts it's configured it should install certain things.
On some machines there are multiple OUs applied which should run the script with different parameters.
Looking at the output of gpresult /h C:\gpo.html
it shows that all OUs are applied with the correct parameters from each OU.
As the script has logging enabled with the OU name as the log file name it is possible to differentiate them when they are run.
The problem now is that only one script from the highest OU is applied. All the others are not even "called" as no log files (Transcipt wise) have been created.
So my question is what might be the reason that only one script is actually running but the others not?