How to Send Email from Powershell

18. March 2025 Jan Brekke 0

Ever wished you could fire off an email without opening Outlook, Gmail, or even touching your browser?
Let’s walk through a simple PowerShell script that lets you do just that.

Make a PING detector

24. November 2020 Jan Brekke 0

In this article we are going to create a PING detector right in the Linux terminal. This script will detect any ping packages (ICMP) sent […]