Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


February 2001

A Simple Command


RSS
Subscribe to Windows IT Pro | See More Administration Tools Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!
Main Article    Take Command of Your Management Tasks

The Net User command-line tool doesn't require the Microsoft Windows 2000 Server Resource Kit or the Microsoft Windows NT Server 4.0 Resource Kit and is simpler than the resource kits' Addusers tool. Net User doesn't require an import file, and you can run the utility in only one line. To create a new domain account, type or script the following command:

net user smith temppwd /add /fullname:"Bill Smith"
	/homedir:C:\home /profilepath:\\servera\profiles$\smith
	/scriptpath:logonscr.bat /domain

In this example, I've created an account called smith for the user Bill Smith. The account references Bill's home directory on a local drive. (The /homedir setting doesn't work with Uniform Naming Convention—UNC—paths as Addusers does.) His profile path points to a directory named smith under the profiles share on a server named servera. The /scriptpath option references the file logonscr.bat in the NETLOGON share of the domain controllers (DCs). By default, NT assumes that the specified logon script resides in the NETLOGON share. Each NT DC maintains the path C:\winnt\system32\repl\import\scripts as the NETLOGON share.

You can remove unneeded fields from the command. For example, when you create accounts on a member server or workstation, you can omit the /domain switch. (If you'd rather use a random password instead of using the password temppwd, you can use the -p switch with the Win2K resource kit's cusrmgr utility. Run this utility after you run Net User.) To view the syntax for Net User, at the command line, type

net help user | more

End of Article



Reader Comments

You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
WinInfo Short Takes: Week of November 23, 2009

An often irreverent look at some of the week's other news, including some post-PDC some soul searching, a Google Chrome OS announcement and a Microsoft response, Windows 7 off to a supposedly strong start, the Jonas Brothers and Xbox 360, and so much more ...

2009 Windows IT Pro Editors' Best and Community Choice Awards

Picking a favorite product from an impressive crowd of competitive offerings is never an easy task, and such was the case with our Editors' Best and Community Choice awards this year. ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...


Related Events Deep Dive into Windows Server 2008 R2 presented by John Savill

7 Ways To Get More From Your SharePoint Deployment Now

Check out our list of Free Email Newsletters!

Windows OSs eBooks Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

SQL Server Administration for Oracle DBAs

Related Windows OSs Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement