Skip to content

Commit b99a4ca

Browse files
authored
Update New-IPv4NetworkScan.ps1
1 parent 7cf9b00 commit b99a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/New-IPv4NetworkScan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.DESCRIPTION
1414
This powerful asynchronus IPv4 Network Scanner allows you to scan every IPv4-Range you want (172.16.1.47 to 172.16.2.5 would work). But there is also the possibility to scan an entire subnet based on an IPv4-Address withing the subnet and a the subnetmask/CIDR.
1515
16-
The default result will contain the the IPv4-Address, Status (Up or Down) and the Hostname. Other values can be displayed via parameter (Try Get-Help for more details).
16+
The default result will contain the the IPv4-Address, Status (Up or Down) and the Hostname. Other values can be displayed via parameter.
1717
1818
.EXAMPLE
1919
.\New-IPv4NetworkScan.ps1 -StartIPv4Address 192.168.178.0 -EndIPv4Address 192.168.178.20

0 commit comments

Comments
 (0)