Top
Systemwalker Desktop Patrol Reference Manual
FUJITSU Software

1.21 dtpinvdl.exe (Exporting Inventory Information)

Functionality

This command is used to output the Inventory information on the PC on which it is executed.

Record format

dtpinvdl.exe

/t Type [/s Section Code] [/i] /o Output File Name [/w]

Option

/t Type

Specify the type of output information (hardware information/software information).

Type

h: output hardware information.

s: output software information.

a: output product information.

p: output application status of security patch.

v: output application status of anti-virus software.

/s Section Code

Specify the section code of output object. When /s is omitted, all the sections will become the output objects.

/i

Specify it when aggregating all sections of the subordinate specified section. If it is omitted, the specified section will be aggregated excluding the subordinate sections.

When specifying hardware information in /t option, aggregate all subordinate sections of specified section that is not related to the specification of this option.

/o Output File Name

Specify the output file name (including extension). Its extension is ".csv".

Specify the output file with absolute path, and when the path contains space, enclose the whole path in quotes. In addition, apart from quotes, specify the maximum string of 125 fullwidth characters or 250 halfwidth characters.

/w

Specify when outputting by using the format that is the same as that downloaded from PC Information > Inventory Information window in main menu.

This option is only valid when the hardware information has been specified in /t option.

Command saving location

The following folder in CS:

CS Installation Directory \bnserv\bin

Authority required for execution/executing environment

Cautions

When the output file has existed, overwrite it. When the file previously created is required, modify the file name or move it to other location before executing the command.

Command execution example

Create the hardware information under section code A001 in the file C:\inv\hard_inf.csv.

"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\bnserv\bin\dtpinvdl.exe" /th /sA001 /oC:\inv\hard_inf.csv

Create the hardware information of the whole company in the file C:\inv\hard_inf.csv.

"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\bnserv\bin\dtpinvdl.exe" /th /oC:\inv\hard_inf.csv

Execution result/output format

The format of output file is the same as the format of 2.2.1 Inventory Information File, 2.2.4 Software Operation Status Information File, 2.2.2 Product Information File, 2.2.5 Security Patch Installation Status Information File and 2.2.6 Antivirus Software Application Status Information File.

When the processing failed, a message indicating failure will be output. Refer to "3.3.3 Messages Output in Inventory Information Export Command" for details.