Skip to content

Commit

Permalink
Merge pull request #34 from KevinMarquette/develop !skip ci
Browse files Browse the repository at this point in the history
Fix image refferences
  • Loading branch information
KevinMarquette committed Jun 22, 2017
2 parents 3e0c7ab + e35f649 commit 5332380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Example-Scripted.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This one also includes the files in the folder. Click on the image to see the wh
## Process info
Because processors have owners, we can also chart the relationships between them. Click on the image to view the whole chart.

[![Source](images/processSmall.png)](images/process.png)
[![Source](images/processSmall.png)](images/processes.png)

$process = Get-CimInstance -ClassName CIM_Process

Expand All @@ -43,7 +43,7 @@ Because processors have owners, we can also chart the relationships between them
## Network Connections
Here is a mapping of active network connections from one machine to everything it is connected to.

[![Source](images/networkConnection.png)](images/NetworkConnection.png)
[![Source](images/networkConnection.png)](images/networkConnection.png)

$netstat = Get-NetTCPConnection | where LocalAddress -EQ '10.112.11.115'

Expand Down

0 comments on commit 5332380

Please sign in to comment.