windows 10

Antworten
rmtevesjr
Beiträge: 73
Registriert: 12 Jul 2012, 14:57

windows 10

Beitrag von rmtevesjr »

Anyone tested the OPSI agent in Windows 10 OS? Thanks.
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1412
Registriert: 01 Jul 2008, 12:10

Re: windows 10

Beitrag von wolfbardo »

Yes we do and at the moment no bigger problems known.

There are some minor issues with opsi-winst-scripting one has to deal with

For instance something like

Code: Alles auswählen

if  GetMsVersionInfo < "5.1"
has to be replaced by

Code: Alles auswählen

< if CompareDotSeparatedNumbers(GetMsVersionInfo,"5.1") < "0"
We are working on this for our standard-products and our subscriptions

Please watch the news-Forum https://forum.opsi.org

regards,
bardo wolf


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


mlebeda
Beiträge: 42
Registriert: 27 Sep 2012, 15:43

Re: windows 10

Beitrag von mlebeda »

Testing atm. Used WinPE 3.0. Locale, etc. works. But create_driver_links cannot export list of integrated drivers in default windows installation.

Regards
Martin
Antworten