8000
Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

v38armageddon/Pwsh-IpScanner

Repository files navigation

Pwsh-IpScanner

Screenshot

GitHub Workflow Status

⚠️ This project has reached its end of life and will be no longer maintained! Reason: Resources are now being redirected to higher-priority initiatives.

IP Scanner with port support for PowerShell, made in PowerShell.

Installation

PowerShell Gallery

Simply run the following command:

PS> Install-Module -Name Pwsh-IpScanner

More information here: https://www.powershellgallery.com/packages/Pwsh-IpScanner

Usage

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.

Releases

No releases published
0