IP Scanner with port support for PowerShell, made in PowerShell.
Simply run the following command:
PS> Install-Module -Name Pwsh-IpScannerMore information here: https://www.powershellgallery.com/packages/Pwsh-IpScanner
Test-IpAddress -IpAddress (-Port <Port>) : Scan a IP address.
Test-IpRange -StartIp <IP> -EndIp <IP> (-StartPort <Port>) (-EndPort <Port>) : Scan a range of IP addresses.