If you’re shopping around for a spare port to use (for, ooh, say, a new Lync csTrustedApplication), the quick way to test if your chosen port is already in use is:
netstat –a | findstr <port>
Thanks to Jeff Schertz for this tip.
If you’re shopping around for a spare port to use (for, ooh, say, a new Lync csTrustedApplication), the quick way to test if your chosen port is already in use is:
netstat –a | findstr <port>
Thanks to Jeff Schertz for this tip.