Hey everyone
Have an issue with a workflow and was hoping someone could help.
I am deploying a windows system which gets added to the domain via a customization script.
I am then running a vco workflow which runs a script locally on the windows box.
If I run it as a non domain admin account the script doesn't run and i get an error in event log
Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.
As a result the script data doesn't run and no other customization's take place.
If I run it as a domain admin it works successfully. Now that is an easy fix, just run as a domain admin, but in the blueprint the domain admin password is clear text.
We have group managers that are not domain admins and should not be able to see a domain admin password. If they look at the properties they can then see the clear text password.
I was wondering if anyone had the same issue of windows cannot file the local profile issue and if so how were you able to fix it?