aboutsummaryrefslogtreecommitdiff
path: root/Invoke-WMIExec.ps1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-03-29 20:17:08 -0400
committerKevin Robertson <robertsonk@gmail.com>2017-03-29 20:17:08 -0400
commitb8f630f00e897278c5518a007127d3993c85f76b (patch)
tree3808f83bf3d5caf90f8c8ed10f95419f3fc2e4cd /Invoke-WMIExec.ps1
parent0da20709138029fcda7cab895487ec4553dc2bf5 (diff)
downloadInvoke-TheHash-b8f630f00e897278c5518a007127d3993c85f76b.tar.gz
Invoke-TheHash-b8f630f00e897278c5518a007127d3993c85f76b.zip
Fixed encoding
I removed the BOM characters that slipped into the files. They were causing import problems with some tools like Empire. I switched the SMBExec service startup type to manual just in case the delete doesn't complete. Updated one of the SMBExec messages.
Diffstat (limited to 'Invoke-WMIExec.ps1')
-rw-r--r--Invoke-WMIExec.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/Invoke-WMIExec.ps1 b/Invoke-WMIExec.ps1
index dc586d3..a1b6b0f 100644
--- a/Invoke-WMIExec.ps1
+++ b/Invoke-WMIExec.ps1
@@ -1,4 +1,4 @@
-function Invoke-WMIExec
+function Invoke-WMIExec
{
<#
.SYNOPSIS