i created a .bat file with a commands to install a cert and configure a cert for rdp.
when the .bat file runs locally on the server, it runs and performs perfect, when i create a software distribution package or fixlet, when run, it only does the certutil command and does not seem to run the cscript command. any ideas?
The problem is “timeout” as it displays something.
The client is a service and thus is cannot “Interact with desktop” and any attempt to display something will cause that process to just sit there basically forever. I would presume you could still see a “timeout” running somewhere on the system that tried to run this and the action would not ever complete. Is that what you are seeing?
It would be best to run these as individual wait commands and put an actionscript “pause” in there using a parameter with a start time and the now relevance for example.
What does your js do? Its possible also that as you are running as Local System that what you are doing isn’t possible (as you don’t really have a user area for example)