z-lab-salt/befehle.txt
2025-02-05 00:22:28 +01:00

18 lines
362 B
Plaintext

salt-run winrepo.update_git_repos
salt -G 'os:windows' pkg.refresh_db
salt '*' pkg.install 'firefox_x64'
cat /srv/salt/states/pcs.sls
firefox_x64:
pkg:
- installed
salt '*' state.apply pcs
#noch einbauen
salt '*' cmd.run 'wmic product where "name like \'%Automate%\'" call uninstall /nointeractive' shell=powershell
salt "*" appx.remove *ZuneMusic*