We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15b20d commit feef599Copy full SHA for feef599
Scripts/ScanPortsAsync.ps1
@@ -19,10 +19,13 @@
19
pipe the output of the IP-Scanner result in this script.
20
If you found a bug or have some ideas to improve this script... Let me know. You find my Github profile in
21
the links below.
22
+
23
.EXAMPLE
24
.\ScanPortsAsync.ps1 -IPv4Address 172.16.0.1 -StartPort 1 -EndPort 1000
25
26
27
.\ScanPortsAsync.ps1 -IPv4Address 192.168.1.100 -IncludeClosed
28
29
.LINK
30
Github Profil: https://github.com/BornToBeRoot
31
Github Repository: https://github.com/BornToBeRoot/PowerShell-Async-PortScanner
0 commit comments