Last active
December 21, 2015 12:38
-
-
Save rodolfofadino/6306806 to your computer and use it in GitHub Desktop.
criar usuário, configurar a expiração da senha e adicionar ao groupo de adminsitradores
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net user usuarionome senhaa /add | |
net user usuarionome senhaa | |
WMIC USERACCOUNT WHERE "Name='usuarionome'" SET PasswordExpires=FALSE | |
net localgroup administrators usuarionome /add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment