update
This commit is contained in:
+4
-2
@@ -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!" }
|
||||
}
|
||||
Reference in New Issue
Block a user