Skip to content

Commit 1bd5a85

Browse files
authored
Update New-IPv4NetworkScan.ps1
1 parent a6b2861 commit 1bd5a85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Scripts/New-IPv4NetworkScan.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# Language : PowerShell 4.0
33
# Filename : New-IPv4NetworkScan.ps1
44
# Autor : BornToBeRoot (https://github.com/BornToBeRoot)
5-
# Description : Powerful asynchronus IPv4-Scanner
6-
# Repository : https://github.com/BornToBeRoot/PowerShell_AsyncIPv4Scanner
5+
# Description : Powerful asynchronus IPv4 Network Scanner
6+
# Repository : https://github.com/BornToBeRoot/PowerShell_AsyncIPv4NetworkScanner
77
###############################################################################################################
88

99
<#
1010
.SYNOPSIS
11-
Powerful asynchronus IPv4-Scanner
11+
Powerful asynchronus IPv4 Network Scanner
1212
1313
.DESCRIPTION
14-
This powerful asynchronus IPv4-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.
14+
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
1616
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).
1717
@@ -39,7 +39,7 @@
3939
192.168.178.22 Up XXXXX-PC.fritz.box XX-XX-XX-XX-XX-XX ASRock Incorporation
4040
4141
.LINK
42-
https://github.com/BornToBeRoot/PowerShell_AsyncIPv4Scanner/blob/master/README.md
42+
https://github.com/BornToBeRoot/PowerShell_AsyncIPv4NetworkScanner/blob/master/README.md
4343
#>
4444

4545
[CmdletBinding(DefaultParameterSetName='Range')]

0 commit comments

Comments
 (0)