Anregungen zum Paket "win10-x??_4.0.X.opsi"

Antworten
JMS
Beiträge: 94
Registriert: 22 Nov 2010, 12:05

Anregungen zum Paket "win10-x??_4.0.X.opsi"

Beitrag von JMS »

Hallo zusammen,

es ist ja nicht mehr soooo weit bis Weihnachten, daher schreibe ich schon mal meinen Wunschzettel für kommende Win10-Netboot-Pakete:

***** Wunsch 1 *****************************************************
Anpassungen an control - hier: Property "imagename"
ALT:

Code: Alles auswählen

values: ["Windows 10", "Windows 10 N", "Windows 10 Pro", "Windows 10 Pro N"]
Das Image "Windows 10" gibt es in den mir vorliegenden ISOs schon länger nicht mehr und solte deswegen wie folgt aussehen:
NEU:

Code: Alles auswählen

values: ["Windows 10 Education", "Windows 10 Education N", "Windows 10 Home", "Windows 10 Home N", "Windows 10 Pro", "Windows 10 Pro N"]
"Windows 10 S" & "Windows 10 S N" müssen außenvor bleiben, da die im Paket mitgelieferte Antwortdatei nicht passt und es im Durchgang "Specialize" knallt.

***** Wunsch 2 *****************************************************
Anpassungen an control - hier: Anlage Property "Admin-Password"
...wäre es schön, wenn man das Admin-Passwort selbst vergeben könnte.

Code: Alles auswählen

	[ProductProperty]
	type: unicode
	name: admin_pass
	multivalue: False
	editable: True
	description: Password of Administrator
	values: ["nt123456"]
	default: ["nt123456"]
Die Umsetzung ist einfach: In der unattended.xml (im Ordner custom!!) einfach alle gefundenen Texte "nt123" durch "#@admin_password*#" ersetzen

Als Hinweis für diejenigen, die nicht auf das uib-Paket warten und die Anpassungen selbst vornehmen wollen: Das Property darf im Namen NICHT "password" beinhalten: seit 4.0.7 (Siehe "4.0.7-hack") wird der hinterlegte Wert "confidental", dass heißt, in der unattended.xml landet irgenwas, nur nicht das Passwort!!

Viele Grüße

JMS
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: Anregungen zum Paket "win10-x??_4.0.X.opsi"

Beitrag von SisterOfMercy »

I have decided not to use the N version if we migrate to windows 10. I've had so much trouble with it. In the past (XP era) it was just a good way to get rid of that media player. Now a lot of other things don't work because of windows N, a shame.

If you need to communicate with a windows mobile device, we still get these new as frontend for a GPS measuring device. Doesn't want to install without the media feature package (the thing that makes the N-version be like the normal version again.)
Firefox is also complaining about the media feature package missing. It does this on every bloody video. Some sites also have videos that don't work without the media feature pack.
In the past, with media player classic and windows N everything worked, but that has changed in windows 7. Some essential stuff is in there as well :(

For the administrator password: make a bloody package to change the password. If you need to change it sometime it's great to be able to just deploy that package.

Code: Alles auswählen

[Winbatch_set_local_admin]
; Set local admin password
"%SystemRoot%\system32\net.exe" user Administrator feck-arse-drink
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Anregungen zum Paket "win10-x??_4.0.X.opsi"

Beitrag von n.wenselowski »

Topic ins richtige Forum verschoben.

Code: Alles auswählen

import OPSI
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Anregungen zum Paket "win10-x??_4.0.X.opsi"

Beitrag von d.oertel »

Hallo,

zu Wunsch 1 (Auswahl der Imagenamen)

Wir empfehlen auf dem server auszuführen:

Code: Alles auswählen

 opsi-admin -d method updateWIMConfig <netboot productid>
z.B.

Code: Alles auswählen

 opsi-admin -d method updateWIMConfig win10-x64
Das setzt die Auswahlliste auf die tatsächlich in der install.wim vorhandenen Imagenamen.
Voraussetzung ist ein aktueller opsi-server (>=python-opsi 4.0.6.42-1) auf dem das Paket wimtools installiert ist.

zu Wunsch 2 (Administrator Passwort als Property)

Das ist in den netbootprodukten >= 4.0.7.4.x (zur Zeit noch in testing) schon umgesetzt.

gruß
d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Antworten