If UAC is enabled in Vista or 7, use a command shell with elevated rights before proceeding. Once you have the appropriate command shell available:
X:\>netstat -a | Display connections and ports
X:\>netstat -n | Display IP addresses in numeric form
X:\>netstat -f | Display FQDNs
X:\>netstat -b | Display binary associated with connection
X:\>netstat -o | Display PID associated [...]
