Skip to content

Commit 7922446

Browse files
authored
Update README.md
1 parent 158ce51 commit 7922446

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3434
PS> .\IPv4NetworkScan.ps1 -StartIPv4Address 192.168.178.0 -EndIPv4Address 192.168.178.20
@@ -38,6 +38,8 @@ IPv4Address Status Hostname
3838
192.168.178.1 Up fritz.box
3939
```
4040

41+
## Example 2
42+
4143
```powershell
4244
PS> .\IPv4NetworkScan.ps1 -IPv4Address 192.168.178.0 -Mask 255.255.255.0 -DisableDNSResolving
4345
@@ -47,6 +49,8 @@ IPv4Address Status
4749
192.168.178.22 Up
4850
```
4951

52+
## Example 3
53+
5054
```powershell
5155
PS> .\IPv4NetworkScan.ps1 -IPv4Address 192.168.178.0 -CIDR 25 -EnableMACResolving
5256

0 commit comments

Comments
 (0)