GP Inventory not enough !!!!

  • Thread starter Thread starter user
  • Start date Start date
U

user

Guest
Hello,
Gpinventory could make an request on the computer that is "online" for a
inventory..
Is there an other way to do it : this request will be done when a computer
startup ???
I would avoid to startup all my computer to make a global inventory ...

Thanks a lot...
 
Re: GP Inventory not enough !!!!

Hello User,

Gpinventory runs also from command line so you can prepare a query and run
it with a startup script.

GPInventory.exe [QueryFile] [OutputFile]

If [QueryFile] and [OutputFile] is specified, the tool loads the query file,
runs the query, saves the results to the OutputFile specified, and then exits.


Example:
GPInventory.exe G:\sample.xml C:\output.xml

.will load the G:\sample.xml query file, run the query, and then save the
results to C:\output.xml.

Alternatively, the file can be exported in a tab delimited text file by specifying
a .txt extension for the OutputFile.

Example:
GPInventory.exe G:\sample.xml C:\output.txt


Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hello,
> Gpinventory could make an request on the computer that is "online" for
> a
> inventory..
> Is there an other way to do it : this request will be done when a
> computer
> startup ???
> I would avoid to startup all my computer to make a global inventory
> ...
> Thanks a lot...
>
 
Back
Top