aboutsummaryrefslogtreecommitdiff
path: root/Invoke-TheHash.ps1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2018-11-01 20:45:21 -0400
committerKevin Robertson <robertsonk@gmail.com>2018-11-01 20:45:21 -0400
commit78bf1c0ef4823c03a24156ef8853f78a9e3decdb (patch)
tree8d9841a9c47a683a23c79a002cb5f6340b454595 /Invoke-TheHash.ps1
parent393dd0e17f07f1ad0441a28bd3a8dc8a4d081f7c (diff)
downloadInvoke-TheHash-78bf1c0ef4823c03a24156ef8853f78a9e3decdb.tar.gz
Invoke-TheHash-78bf1c0ef4823c03a24156ef8853f78a9e3decdb.zip
Examples fixes
Switched examples from -TargetsExclude to -TargetExclude.
Diffstat (limited to 'Invoke-TheHash.ps1')
-rw-r--r--Invoke-TheHash.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/Invoke-TheHash.ps1 b/Invoke-TheHash.ps1
index de9cbd1..9fd9cf8 100644
--- a/Invoke-TheHash.ps1
+++ b/Invoke-TheHash.ps1
@@ -56,10 +56,10 @@ Default = WMI 10 Milliseconds, SMB 150 Milliseconds: Sets the function's Start-S
setting if you are experiencing strange results.
.EXAMPLE
-Invoke-TheHash -Type WMIExec -Target 192.168.100.0/24 -TargetsExclude 192.168.100.50 -Username administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0
+Invoke-TheHash -Type WMIExec -Target 192.168.100.0/24 -TargetExclude 192.168.100.50 -Username administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0
.EXAMPLE
-Invoke-TheHash -Type SMBExec -Target 192.168.100.1-100 -TargetsExclude 192.168.100.50 -Username user1 -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 -domain test
+Invoke-TheHash -Type SMBExec -Target 192.168.100.1-100 -TargetExclude 192.168.100.50 -Username user1 -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 -domain test
.LINK
https://github.com/Kevin-Robertson/Invoke-TheHash