Thursday

port availability checker

Used this simple portable software for testing port availability.



Useful when quick network port testing is required.

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...