Postagens

Mostrando postagens de setembro, 2011

Comandos para realizar alterações no Active Directory

Comandos para realizar alterações no Active Directory How to Manage Users Creating a New User Account Click Start, and then click Run. In the Open box, type cmd. At the command prompt, type the following command: dsadd user userdn -samid sam_name The following values are used in this command: userdn specifies the distinguished name (also known as the DN) of the user object that you want to add. sam_name specifies the security account manager (SAM) name used as the unique SAM account name for this user (for example, Linda). To specify the user account password, type the following command, where password is the password that is to be used for the user account: dsadd user userdn -pwd password NOTE: To view the complete syntax for this command, and to obtain more information about entering more user account information, at a command prompt, type dsadd user /?. Resetting a User Password Click Start, and then click Run.