Die Suche ergab 1549 Treffer

von SisterOfMercy
28 Dez 2023, 19:10
Forum: Bugs
Thema: Shellscript /TimeOutSeconds funktioniert nicht.
Antworten: 3
Zugriffe: 1990

Re: Shellscript /TimeOutSeconds funktioniert nicht.

https://docs.opsi.org/opsi-docs-en/4.3/opsi-script-manual/sec-section.html#opsi-script-callsection Try this: Shellscript_Extract WINST /TimeOutSeconds 1 Why the low value of timeoutseconds? Isn't it easier to extract this driver on a testmachine first? Then you could put it in a zip file, like this:...
von SisterOfMercy
22 Dez 2023, 10:26
Forum: Freier Support
Thema: Samba Share mit Pam Authentifizieren
Antworten: 5
Zugriffe: 943

Re: Samba Share mit Pam Authentifizieren

I've done something similar for AD domain users on windows, to have access to samba shares with their own account. However, I don't think I used PAM. And of course I can't find the complete configuration manual I once wrote for this stuff. I can only find the config for samba. :oops: I'm now not sur...
von SisterOfMercy
18 Dez 2023, 17:29
Forum: Freier Support
Thema: Samba Share mit Pam Authentifizieren
Antworten: 5
Zugriffe: 943

Re: Samba Share mit Pam Authentifizieren

Why would you want to do this for the samba share? If pcpatch has the correct password it can do everything it needs to do, right?

Or is this a case of pcpatch is in AD, and not a local user? And the auth backend is Active Directory, right, not something else?
von SisterOfMercy
18 Dez 2023, 17:19
Forum: Freier Support
Thema: Fragen zur WAN-Erweiterung
Antworten: 2
Zugriffe: 2301

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: 1454

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: 2360

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: 1427

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: 1028

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: 2250

Re: Install msixbundle for every user

Code: Alles auswählen

Add-AppxProvisionedPackage -Online
might do what you want.