Hey everyone,
first and foremost: I'm fairly new to MDT but as of now I feel like I have a solid grasp on what to do or where to find out what to do.
Since our Client does not currently have a Windows Server and the Hardware would not support us setting up one, we decided to go with Local User Accounts and to deploy / configure the Laptops using a VM on our Server instead.
So far I've gotten most things to work, but I have been trying to make it, so my Custom Tasks (mostly basic CMD Commands, some reg edits and a few PS scripts) are being executed as the user "Owner" (which is part of the local Admin Group) instead of the build in Administrator account.
When i change the AutoLogon Component inside the unattended.xml of my Task Sequence I indeed get logged into the right user during deployment, but it does not continue the Task sequence from there (I assume it fails to run LTIApply.wsf)
I have also had no success setting the user in the "Run As" box of my "Run Command Line" Tasks, i assume this is because some of them require Admin privileges.
The FirstLogonCommands Component in the unattended.xml were also with little to no success.
There has to be something I'm missing here
Thank you for the help in Advance
Kind Regards
Niclas