mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
12 lines
319 B
YAML
12 lines
319 B
YAML
---
|
|
name: Echo a string to the terminal through the meshbook example.
|
|
group: "Endpoint"
|
|
target_os: "Windows"
|
|
powershell: True
|
|
#variables:
|
|
# - name: file
|
|
# value: "/etc/os-release"
|
|
tasks:
|
|
- name: Echo!
|
|
command: "Get-ComputerInfo | Select-Object CsName, OsName, OsArchitecture, OsLastBootUpTime | Write-Output"
|