Difference between revisions of "User:Scott/24"

From FreekiWiki
Jump to navigation Jump to search
Line 25: Line 25:
 
=netstat=
 
=netstat=
 
  list current connections
 
  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=
 
=ipconfig /all=
Line 59: Line 34:
  
 
=ssh=
 
=ssh=
 +
 +
===Microsoft Microsoft Network Monitor 3.4===
 +
http://www.microsoft.com/download/en/details.aspx?id=4865

Revision as of 15:45, 14 December 2011

      Network
--------------------------------
Home Page    user:scott
Home02       user:scott/22
Printers     user:scott/23
Network      user:scott/24
Troubleshoot user:scott/25
Virus Scan   user:scott/26
Active Dir   user:scott/29

Template:TOC limit

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

ipconfig /all

Host Name
Primary DNS Suffix

telnet

not encrypted

ssh

Microsoft Microsoft Network Monitor 3.4

http://www.microsoft.com/download/en/details.aspx?id=4865