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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user