sccm_freak Posted March 15, 2010 Report post Posted March 15, 2010 is it possible to use the TS to create user accounts or extend the capbability of it ? thanks Quote Share this post Link to post Share on other sites More sharing options...
0 wmmayms Posted March 15, 2010 Report post Posted March 15, 2010 Yes this is possible Easiest is to create a batchfile and fire that off from your TS. Here are some good commandlines that can be used in the batch file: net user jsmith Password1 /ADD /FULLNAME:"John Smith" /COMMENT:"This is a comment!" net group "Domain Users" jsmith /ADD Quote Share this post Link to post Share on other sites More sharing options...
0 suspected Posted March 15, 2010 Report post Posted March 15, 2010 ok super, where can i past the batchfile ? in the build TS after the step (join domain ?) with excatly that text u've wroten ? thanks Quote Share this post Link to post Share on other sites More sharing options...
0 wmmayms Posted March 15, 2010 Report post Posted March 15, 2010 this is very much depending on what you would like to acomplish and how your enviroment is setup. Either you create a package and add the batchfile to this package or you can achive the same functionallity by calling the batch/command lines from a "Run command line Step" from within your TS. The step should be implemented somewhere after you have applied your OS image. Quote Share this post Link to post Share on other sites More sharing options...
0 suspected Posted March 15, 2010 Report post Posted March 15, 2010 Okay i gonna try it with a local user... and give a review thanks a lot Quote Share this post Link to post Share on other sites More sharing options...
0 suspected Posted March 22, 2010 Report post Posted March 22, 2010 Hi so i tried to add an user over TS but that doenst work. You said, i have to place the CMD command somewhere after the build of the system. Firstly i have placed the CMD User add step at least after "Setup Windows and Config Mgr" then i got the error after rebooting (Picture 1 after Reebot other Error Picture 3) So newly i have placed the CMD step directly after "Configure Network Settings" but i got an error (last Picture) --> are my CMD Useradd commandos right or somewhere an error ?? thanks a lot -- no its a physical machine Quote Share this post Link to post Share on other sites More sharing options...
0 wmmayms Posted March 22, 2010 Report post Posted March 22, 2010 Hi so i tried to add an user over TS but that doenst work. You said, i have to place the CMD command somewhere after the build of the system... i've done it like in my printscreens watch them please, and it worked - the build tasksequence gone thru all steps, rebootet and then came "Windows is configuring for the first start" and then the error came which always came again after some reboots The error after 1-2 reboots says something like : The computer was rebootet and cant be started properly. The first error at the same place was something : windows-shell-error. can you help me please is very important - and where have i to paste the CMD commands in the build TS ?? thanks a lot Are you deploying to a virtual machine? Quote Share this post Link to post Share on other sites More sharing options...
0 suspected Posted March 22, 2010 Report post Posted March 22, 2010 no physical Quote Share this post Link to post Share on other sites More sharing options...
0 Kinom Posted March 25, 2010 Report post Posted March 25, 2010 no physical Hi, I se 2 problems 1) The command line has to start with cmd.exe /c The /c is for the silent istall after that you can try to add the rest of the command. 2) Leave the Start in empty, this is not necessary and this is also the problem of the following error 0x00000001. It means that SCCM can’t find the pad specified. For example you can try the next line. cmd.exe /c net user RMA local_x /ADD timeout /t1 net user …… Sometimes is it better to use multiple command line task sequences. I hope that this helps you Quote Share this post Link to post Share on other sites More sharing options...
is it possible to use the TS to create user accounts or extend the capbability of it ?
thanks
Share this post
Link to post
Share on other sites