Files
meshbook/examples/windows/get_update_info.yaml
2025-02-27 21:47:55 +01:00

9 lines
251 B
YAML

---
name: Echo a string to the terminal through the meshbook example.
group: "Endpoint"
target_os: "Windows"
powershell: True
tasks:
- name: Get some update information
command: "Get-HotFix | Select-Object PSComputerName, HotFixID, InstalledOn"