Die Suche ergab 1545 Treffer

von SisterOfMercy
18 Dez 2023, 17:19
Forum: Freier Support
Thema: Fragen zur WAN-Erweiterung
Antworten: 2
Zugriffe: 2276

Re: Fragen zur WAN-Erweiterung

What OS are you running this on? (client side)

In my configed it shows the IP address configured for the client, not the one from the wireguard server.
von SisterOfMercy
06 Dez 2023, 17:05
Forum: Freier Support
Thema: zwei Fragen zu eine selbstgebauten Paket
Antworten: 3
Zugriffe: 1442

Re: zwei Fragen zu eine selbstgebauten Paket

Have you selected the key in configed? The default value is empty, so it would be logical that it is empty.

Could you otherwise share the entire setup script?
von SisterOfMercy
05 Dez 2023, 12:19
Forum: Freier Support
Thema: Wohin verweist %script_drive%\drv und %sys_drive%\drv
Antworten: 5
Zugriffe: 2332

Re: Wohin verweist %script_drive%\drv und %sys_drive%\drv

Wo genau lege ich denn fest, welches opsi Paket nach der Netboot installation im Anschluss ausgeführt werden soll? Im postinstall.d Ordner von Windows11_x64 finde ich nichts dazu. Kannst du mir da weiterhelfen? In configed, netboot products, the property you want to use is "setup_after_install...
von SisterOfMercy
05 Dez 2023, 12:13
Forum: Freier Support
Thema: config_win10 für Windows 11
Antworten: 2
Zugriffe: 1410

Re: config_win10 für Windows 11

config_win10 also works for windows 11, but there is a new package in the making for policy settings.
von SisterOfMercy
05 Dez 2023, 12:05
Forum: Freier Support
Thema: o4i Pakete
Antworten: 1
Zugriffe: 1015

Re: o4i Pakete

How does your repo definition look? Any excludes?

If you are running the opsi-package-updater with the update command it will only download packages that are already installed.
Otherwise run it with more log verbosity.

We can't see your images BTW.
von SisterOfMercy
05 Dez 2023, 11:39
Forum: Free support
Thema: Install msixbundle for every user
Antworten: 1
Zugriffe: 1547

Re: Install msixbundle for every user

Code: Alles auswählen

Add-AppxProvisionedPackage -Online
might do what you want.
von SisterOfMercy
05 Dez 2023, 11:35
Forum: Free support
Thema: How to unlock a Netboot product of my depot ?
Antworten: 3
Zugriffe: 1744

Re: How to unlock a Netboot product of my depot ?

Go to the webinterface of your opsi server. https://opsi-server.domain:4447/
There should be a list of locked packages.
von SisterOfMercy
20 Okt 2023, 11:29
Forum: Freier Support
Thema: Registry Anpassung wird nicht übernommen (gelöst)
Antworten: 4
Zugriffe: 846

Re: Registry Anpassung wird nicht übernommen (gelöst)

Yeah, but still.. I looks like there is a much simpler solution.
von SisterOfMercy
18 Okt 2023, 16:20
Forum: Freier Support
Thema: [Gelöst]Opsi-Client-Kiosk funktioniert nicht
Antworten: 8
Zugriffe: 1288

Re: Opsi-Client-Kiosk funktioniert nicht

Ok, ich habe jetzt alles geupdated und habe die Installationsdateien vom opsi-client-kiosk auf /media/opsi geladen und diese in das Verzeichnis opsi-client-kiosk auf dem Depot installiert. Huh? Why? Which opsi repos are active? I guess at least the windows one is? # cat /etc/opsi/package-updater.re...
von SisterOfMercy
18 Okt 2023, 16:03
Forum: Freier Support
Thema: Registry Anpassung wird nicht übernommen (gelöst)
Antworten: 4
Zugriffe: 846

Re: Registry Anpassung wird nicht übernommen

für eine Software muss bei uns in der Reg zur Kontaktaufnahme mit einem Server eine Anpassung gemacht werden. Mit der Reg funktion im OpsiScript selbst funktionierte das nicht ganz wegen eines Leerzeichens. Why don't you use the registry function? Like a registry_install call in the primary section...