File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Maybe you're also interested in my asynchronus [IPv4 Port Scanner](https://githu
2828.\IPv4NetworkScan.ps1 [-IPv4Address] <IPAddress> [-CIDR] <Int32> [[-Tries] <Int32>] [[-Threads] <Int32>] [[-DisableDNSResolving]] [[-EnableMACResolving]] [[-ExtendedInformations]] [[-IncludeInactive]] [[-UpdateList]] [<CommonParameters>]
2929```
3030
31- ## Example
31+ ## Example 1
3232
3333``` powershell
3434PS> .\IPv4NetworkScan.ps1 -StartIPv4Address 192.168.178.0 -EndIPv4Address 192.168.178.20
@@ -38,6 +38,8 @@ IPv4Address Status Hostname
3838192.168.178.1 Up fritz.box
3939```
4040
41+ ## Example 2
42+
4143``` powershell
4244PS> .\IPv4NetworkScan.ps1 -IPv4Address 192.168.178.0 -Mask 255.255.255.0 -DisableDNSResolving
4345
@@ -47,6 +49,8 @@ IPv4Address Status
4749192.168.178.22 Up
4850```
4951
52+ ## Example 3
53+
5054``` powershell
5155PS> .\IPv4NetworkScan.ps1 -IPv4Address 192.168.178.0 -CIDR 25 -EnableMACResolving
5256
You can’t perform that action at this time.
0 commit comments