Skip to content
Snippets Groups Projects
Commit da025990 authored by Martin Cuchran's avatar Martin Cuchran
Browse files

TYPO

parent 4def49cc
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ $user = [ADSI]'WinNT://./Administrator';
$user.SetPassword('Password.1');
NET USER pv176 Password.1 /add;
NET LOCALGROUP Administrators pv176 /add;
exit 1001
exit 1001;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment