Skip to content

Instantly share code, notes, and snippets.

View FrozenCaptain's full-sized avatar
👋
Building websites & Making some music

Maurits Schuurman FrozenCaptain

👋
Building websites & Making some music
View GitHub Profile
@steelcm
steelcm / gist:2558512
Created April 30, 2012 13:50
Find open ports on windows server using PowerShell
PS C:\> netstat -an | select-string -pattern "listening"
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:81 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:383 0.0.0.0:0 LISTENING