This commit is contained in:
2020-08-14 14:19:37 -04:00
parent d18f8dad97
commit f2b358d8dd
24 changed files with 253 additions and 180 deletions
+4 -2
View File
@@ -1,4 +1,5 @@
[CmdletBinding()]
Function Remediation-StopProcess
{
param(
[string]$Name,
[switch]$Force=$false
@@ -32,4 +33,5 @@ If ( $Name )
Else { Write-Output "No running processes match the name ${Name}" }
}
Else { Write-Output "No process name was specified!" }
Else { Write-Output "No process name was specified!" }
}