20 lines
908 B
Markdown
20 lines
908 B
Markdown
### Chocolatey Paketmanager für Windows
|
|
|
|
Chocolatey ist ein Windows Paketmanager und kann mit GLPI auf mehreren Rechnern ausgerollt werden. Chocolatey ermöglicht es Software zu installieren oder bereits vorhandene Software auf den neuesten Stand zu bringen.
|
|
|
|
Der Installationsbefehl kann sowohl als GLPI Paket angelegt werden oder direkt auf der Admin-Konsole ausgeführt werden.
|
|
Ein Beispiel wie mehrere Programme installiert werden können ist in der Datei ```software_essential.cmd``` zu sehen.
|
|
|
|
### Chocolatey Installation:
|
|
|
|
* install.cmd herunterladen und als Administrator starten
|
|
```
|
|
curl -O https://support.ostrachhelp.de/GLPI/pakete/raw/branch/main/chocolatey/install.cmd & install.cmd
|
|
```
|
|
|
|
### Software installieren:
|
|
|
|
* Essentielle Software installieren:
|
|
```
|
|
curl -O https://support.ostrachhelp.de/GLPI/pakete/raw/branch/main/chocolatey/software_essential.cmd & software_essential.cmd
|
|
``` |