How to create a random password on Windows 2003
If you want to create a random password for an user, use the following command:
net user [USER_NAME] /random
For instance:
C:\>net user websphere /random
Password for websphere is: 5-pTIQxF
The command completed successfully.
net user [USER_NAME] /random
For instance:
C:\>net user websphere /random
Password for websphere is: 5-pTIQxF
The command completed successfully.
Comentarios
Publicar un comentario