Die Suche ergab 1544 Treffer

von SisterOfMercy
27 Mär 2024, 14:40
Forum: Freier Support
Thema: WIN11 - Unerwünschte SW deinstallieren
Antworten: 11
Zugriffe: 8758

Re: WIN11 - Unerwünschte SW deinstallieren

Und wenn die NTLite Variante in einer Domänenumgebung eh nicht klappt macht das wenig Sinn. Uh, what? Should work fine. I can't remember if I tested that personally. With NTLite I take out the stuff that windows shouldn't run. Other things are more easily done with opsi. But during install windows ...
von SisterOfMercy
18 Mär 2024, 15:23
Forum: Freier Support
Thema: Windows 10 & PXE - Keine Chance?
Antworten: 10
Zugriffe: 300

Re: Windows 10 & PXE - Keine Chance?

Have you tried booting in UEFI mode?
von SisterOfMercy
14 Mär 2024, 01:05
Forum: Freier Support
Thema: Problem mit If Schleife Vergleich
Antworten: 11
Zugriffe: 307

Re: Problem mit If Schleife Vergleich

Seelenschnitter hat geschrieben: 13 Mär 2024, 19:24 Jeah thats why i set up the "for in do" i can get rid of it with adressing %s% directly entirely.
I don't think I understand you fully. Could you post the current version of your script?
von SisterOfMercy
13 Mär 2024, 19:01
Forum: Freier Support
Thema: Automatische "setup" Aktivierung nach Erstellen eines neuen Clients
Antworten: 2
Zugriffe: 145

Re: Automatische "setup" Aktivierung nach Erstellen eines neuen Clients

Mein Wunsch wäre es, automatisch ein paar bestimmte Produkte bei diesen neuen Clients auf setup zu setzen. Die Namen der Geräte fangen immer mit den gleichen 4 Buchstaben an. In meinem Kopf würde der perfekte Plan so aussehen, dass Opsi den neuen Client erkennt, den Namen auf die bestimmte Kennung ...
von SisterOfMercy
13 Mär 2024, 18:54
Forum: Freier Support
Thema: Problem mit If Schleife Vergleich
Antworten: 11
Zugriffe: 307

Re: Problem mit If Schleife Vergleich

I used the solution of j.werner now it's doing his part now. Guess my mistake was to call the if loop in a subsection. But my next idea to do the packet for office 2019 and one for 2021 while gatting a value from regedit which version is installed on the pc and then install the language packs. That...
von SisterOfMercy
13 Mär 2024, 16:20
Forum: Freier Support
Thema: Problem mit If Schleife Vergleich
Antworten: 11
Zugriffe: 307

Re: Problem mit If Schleife Vergleich

Comapring a stringlist with a string seems no to be a problem reffering to the opsi reference card or i missread something. I first splitted my string and took it from 0 to 3 but it doesn't help, when your multivalue on String 0 can be a random value from the multivalue list in opsi-configed. You m...
von SisterOfMercy
13 Mär 2024, 15:11
Forum: Freier Support
Thema: Problem mit If Schleife Vergleich
Antworten: 11
Zugriffe: 307

Re: Problem mit If Schleife Vergleich

You are comparing a StringList with a String. This is probably causing the syntax error. I think you need one of the functions here: https://docs.opsi.org/opsi-docs-en/4.3/opsi-script-manual/prim-section.html#opsi-script-stringlist-transform For instance, the getSubListByContaining function. If ther...
von SisterOfMercy
12 Mär 2024, 18:15
Forum: Bugs
Thema: opsi paket matlab
Antworten: 7
Zugriffe: 442

Re: opsi paket matlab

I see a directory, but you have a complete .opsi package? Try copying the .opsi file to /var/lib/opsi/workbench/ If you don't have that directory you must be running a very old version of opsi. Anyway, if the .opsi file is in a location that opsi considers its own, you should be able to run this: # ...
von SisterOfMercy
11 Mär 2024, 19:45
Forum: Freier Support
Thema: Wohin schickt der OPSI Agent die Daten?
Antworten: 1
Zugriffe: 157

Re: Wohin schickt der OPSI Agent die Daten?

To the opsi server, where else? :?:
von SisterOfMercy
11 Mär 2024, 16:35
Forum: Bugs
Thema: opsi paket matlab
Antworten: 7
Zugriffe: 442

Re: opsi paket matlab

Show the output of ls --hal