Skip to content

Instantly share code, notes, and snippets.

@bogdangrigg
Created February 6, 2015 14:48
Show Gist options
  • Save bogdangrigg/5ea6dcd1cac188264c6a to your computer and use it in GitHub Desktop.
Save bogdangrigg/5ea6dcd1cac188264c6a to your computer and use it in GitHub Desktop.
Check if any application is using the SMTP port
Get-NetTCPConnection -RemotePort 25 -ErrorAction SilentlyContinue | Format-Table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment