PSSubnetScanCore

2.0.3.2

The module allows you to scan a range of IP addresses to obtain information about the status of individual machines. Returns information about ICMP status, optionally the machine name from DNS, and status of ports or remote management protocols like WMI/WSMan

Minimum PowerShell version

7.1.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSSubnetScanCore

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSSubnetScanCore

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Michal Gajda. All rights reserved.

Package Details

Author(s)

  • Michal Gajda

Cmdlets

Get-PSSubnet Get-PSSubnetInfo Get-PSSubnetScan

Dependencies

This module has no dependencies.

Release Notes


v2.0.2 - Change data type of PortList param from int[] to string[] for support ports with protocols
       - Add CommonPorts param.

v2.0.1 - Implementing Udp port scan

v2.0.0 - Rewrite whole script module to binary module

FileList

Version History

Version Downloads Last updated
2.0.3.2 (current version) 84 4/14/2022
2.0.2.1 246 2/4/2021
2.0.1.0 26 1/26/2021