Hallo,
ist es möglich von in einem Localboot-Produkt ein Netboot-Produkt auf setup zu setzen? Wenn ja wie?
Danke.
Mit Localboot Netboot auslösen
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Mit Localboot Netboot auslösen
I think this is possible with an opsiServiceCall, like this:
You would only have to change the product-to-install to the product-id of the netboot product you want to install. And perhaps setup if that is not what you want.
Code: Alles auswählen
[actions]
opsiServiceCall_setProductActionRequest
[opsiServiceCall_setProductActionRequest]
"method": "setProductActionRequest"
"params": [
"product-to-install",
"%HostID%",
"setup"
]
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Re: Mit Localboot Netboot auslösen
Vielen Dank
Ich meld mich noch mal, wenn ich soweit bin dies auszuprobieren.
