Net User Command In Windows Server 2008

This article describes the Net user command in Windows Server 2008 operating system and syntax related with it.
  • 2673

Introduction

Net user command in Windows Server 2008 is used to adds or modifies user account. This command is also used to shows user account information. Syntax used for Net user command is given below.

Syntax

net user [<UserName> {<Password> | *} [<Options>]] [/domain]

net user [<UserName> {<Password> | *} /add [<Options>] [/domain]]

net user [<UserName> [/delete] [/domain]]

Parameters For Net User

Parameter Description
<UserName>  Defines the name of the user account to add, delete, modify, or view.
<Password> Assigns or changes a password for the user's account.
<Domain> Performs the operation on the domain controller in the computer's primary domain.
<Options> Defines a command-line option.
net help <Command> Shows help for the specified net command.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.