Difference between revisions of "Salt run.cmd"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` sudo salt -C 'G@os:Windows and myhost*' cmd.run '(stop-service -name sumo-collector)' shell=powershell sudo salt -C 'G@os:Windows and myhost*' cmd.run '(get-service -name...")
(No difference)

Revision as of 21:47, 13 January 2021

sudo salt -C 'G@os:Windows and myhost*' cmd.run '(stop-service -name sumo-collector)' shell=powershell
sudo salt -C 'G@os:Windows and myhost*' cmd.run '(get-service -name sumo-collector)' shell=powershell