So we have multiple deployments that stopped working all of a sudden. While there are several that have stopped, one is about as simple as it gets. It simply runs the command:
net user administrator /active:yes
The results in the deployment logs is:
Result: Deployment ended: The system cannot find the file specified. Stop(Failure)
Running it from the command line works fine, and scanning works perfectly so communication to the workstations is good.
Any thoughts?