hwinvent export

Antworten
blwallace
Beiträge: 6
Registriert: 28 Mär 2013, 17:43

hwinvent export

Beitrag von blwallace »

Is it possible to export hardware inventory to a csv file? If so, how?

Thanks,

Bart
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: hwinvent export

Beitrag von SisterOfMercy »

I wouldn't know, but another way is via the webinterface:

https://your.opsi-server:4447/interface ... 2:%20[]%20}
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: hwinvent export

Beitrag von n.wenselowski »

Hello,

it is possible in many ways.

Besides the solution SisterOfMercy postet you can use the commandline on your OPSI server:
opsi-admin -d method auditHardwareOnHost_getObjects
There are some other options to opsi-admin so you might want to look them up via --help

Or it is possible to extract the data via a python script.
We are always happy to implement customers their own extraction scripts ;)


Kind regards

N. Wenselowski

Code: Alles auswählen

import OPSI
Antworten