Difference between revisions of "User:Scott/24"
Jump to navigation
Jump to search
| Line 40: | Line 40: | ||
=super user= | =super user= | ||
c:\windows\system32>net user administrator /active:yes | c:\windows\system32>net user administrator /active:yes | ||
| + | |||
| + | ==Create a new user== | ||
| + | c:\Documents and Settings\tim>net user USERNAME Password1 /add | ||
| + | |||
| + | ===make user an admin=== | ||
| + | c:\Documents and Settings\tim>net localgroup administrator USERNAME /add | ||
| + | |||
| + | ===Change user password=== | ||
| + | c:\Documents and Settings\tim>net user USERNAME * | ||
=ipconfig /all= | =ipconfig /all= | ||
Revision as of 00:31, 17 November 2011
Network -------------------------------- Home Page user:scott Home02 user:scott/22 Printers user:scott/23 Network user:scott/24 Troubleshoot user:scott/25 Active Dir user:scott/29
Ping 8.8.8.8
icmp (echo request/reply)
tracert 8.8.8.8
trace router hops how many milliseconds per hop?
nslookup
Enter a Domain get an IP nslookup www.google.com
netstat
list current connections
net user
Type net to see options net user (see all accounts) net accounts
change a password
net user c:\Documents and Settings\skyler>net user skyler * c:\windows\system32>net user Administrator * Type a password fpr the user: Retype the password to confirm: Exit
super user
c:\windows\system32>net user administrator /active:yes
Create a new user
c:\Documents and Settings\tim>net user USERNAME Password1 /add
make user an admin
c:\Documents and Settings\tim>net localgroup administrator USERNAME /add
Change user password
c:\Documents and Settings\tim>net user USERNAME *
ipconfig /all
Host Name Primary DNS Suffix
telnet
not encrypted