Hello,
I was wondering if it is possible to run a SCCM Task Sequence from a share on the server on a fresh clean Windows 7/XP system that is not part of a domain.
The thing I want to do is:
On the local computer map a network drive e.g. and run a task sequence from the share created by SCCM that joins the computer to a domain, in MDT you can simply use something like
net use * \\SERVERNAME\DeploymentShare$ /user:DOMAIN\ADMINACCOUNT
cscript \\SERVERNAME\DeploymentShare$\Scripts\LiteTouch.WSF
And it would list the task sequence in a menu within the OS, however I need this to be done in SCCM itself and not MDT.