Create local computer and group script..........

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Pple...........

I'm new to scripting and in our environment we need to create a user account
and some groups on desktops on our network. The problem is we have about 100
desktops which this needs to be done on.......... I want to write a script
which I can run locally from my machine to create the user and add them to a
group... I want to do this through our logon script but our network admins
won't permit it....

Is there any way I can write a script to run this from my local machine to
create the user and add them to a local group.......

Anyone can point me in the write direction or have some examples I'm totally
lost where to start.........

thanks in adcvance...............


Oz
 
Zeno said:
Hi Pple...........

I'm new to scripting and in our environment we need to create a user account
and some groups on desktops on our network. The problem is we have about 100
desktops which this needs to be done on.......... I want to write a script
which I can run locally from my machine to create the user and add them to a
group... I want to do this through our logon script but our network admins
won't permit it....

Is there any way I can write a script to run this from my local machine to
create the user and add them to a local group.......

Anyone can point me in the write direction or have some examples I'm totally
lost where to start.........

thanks in adcvance...............


Oz

If you have a suitable account then you can run your script on any
PC by using psexec.exe (www.sysinternals.com).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top