We've just created a few logonscripts to be run company-wide, but apparently users who do connect to a wireless network when logging in are not affected by the logon script. I assume this is because the connection to the wireless network is only initialized after logging in, thus the logonscript was never executed.
Is there a (proper) way to only execute logonscripts when the network is initialized, and still have fast logon/cached credentials enabled? Or to delay the execution of logon scripts in some other way?