Users Guide
Table Of Contents
Table 1. CLI options and syntax (continued)
CLI Option Name CLI Option
Abbreviatio
n
Description Syntax
The parameter is optional.
The /Ocs command creates a database
with the name given as above. The
location of the database is %USERPROFILE%
\[Warranty dbname].mdf, while the log file is
%USERPROFILE%\[Waranty dbname]_log.ldf.
The %USERPROFILE% variable is typically C:
\Users\[username]\ on a Windows 10 system.
Once the database is created, the /Ocs
command creates two additional tables:
Dell_Asset and Dell_AssetEntitlement. These
tables are used to store warranty data that is
cleared first, and then populated from your /
InputFile or /InputCfgMgrConnectionString
servicetags.
NOTE: Once the database has been
created, you can change the location
of your [warranty dbname].mdf and
[Warranty dbname]_log.ldf files using
either the SQL command, alter
database, or SQL Server Management
Studio.
NOTE: If the database already exists and
the Dell_Asset and Dell_AssetEntitlement
tables do not exist, then you must create
the tables.
dbname];Integrated
Security=true;"
/Filter /F Filter for the warranty API and DB
(Default: AnyWarranty)
(ActiveWarranty or ExpiredWarranty or
WarrantyExpiringIn30Days)
(/F=ActiveWarranty)
The parameter is optional.
DellWarranty-
CLI.exe /I=
C:\FileName.csv /
F=ActiveWarranty
/ProxyUrl /Ps Proxy Server URL
(proxy.domain.com[:port])
The parameter is optional.
DellWarranty-CLI.exe /
I= C:\FileName.csv /
Ps=
proxy.domain.com[:port
]
/ProxyUser /Pu Proxy User Name
([proxy user name])
The parameter is optional.
DellWarranty-CLI.exe /
I= C:\FileName.csv /
Ps=
proxy.domain.com[:port
] /Pu=[proxy user
name] /Pd=[proxy user
password]
/ProxyPwd /Pd Proxy User Password
(/Pd=[proxy user password])
The parameter is optional.
DellWarranty-CLI.exe /
I= C:\FileName.csv /
Ps=
proxy.domain.com[:port
] /Pu=[proxy user
10 Command-line interface (CLI) options