From e35f649b8e55c2bc9c1547d20188b702b6550df6 Mon Sep 17 00:00:00 2001 From: KevinMarquette Date: Wed, 21 Jun 2017 22:31:26 -0700 Subject: [PATCH] Fix image refferences --- docs/Example-Scripted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Example-Scripted.md b/docs/Example-Scripted.md index 95fd2f5..1342696 100644 --- a/docs/Example-Scripted.md +++ b/docs/Example-Scripted.md @@ -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 @@ -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'