Skip to content

Commit 8aa7857

Browse files
committed
Images moved to subfolder
1 parent c15332a commit 8aa7857

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This powerful asynchronus IPv4-Scanner for PowerShell allows you to scan every I
88

99
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).
1010

11-
![Screenshot](https://github.com/BornToBeRoot/PowerShell_AsyncIPv4Scanner/blob/master/Documentation/New-IPv4Scan.png?raw=true "New-IPv4Scan")
11+
![Screenshot](Documentation/Images/New-IPv4Scan.png?raw=true "New-IPv4Scan")
1212

1313
To reach the best possible performance, this script uses a [RunspacePool](https://msdn.microsoft.com/en-US/library/system.management.automation.runspaces.runspacepool(v=vs.85).aspx). As you can see in the following screenshot, the individual tasks are distributed across all cpu cores:
1414

15-
![Screenshot](https://github.com/BornToBeRoot/PowerShell_AsyncIPv4Scanner/blob/master/Documentation/New-IPv4Scan_CPUusage.png?raw=true "CPU usage")
15+
![Screenshot](Documentation/Images/New-IPv4Scan_CPUusage.png?raw=true "CPU usage")
1616

1717
If you are looking for a module... you can find it [here](https://github.com/BornToBeRoot/PowerShell)!
1818

0 commit comments

Comments
 (0)