Retrieve Application Information

Use the following arguments when “getappinfo” is specified as action to retrieve application association details.

Argument

Description

Possible Values

--address

Address of the MFP (required)

 

--deviceuser

The account to use for authenticating into the device (required)

 

--devicepassword

The password of the account for authenticating into the device

 

--onlyssl

Allow only an SSL connection to the device.

  • If false: Certificate Management Tool will attempt to connect using SSL and if a connection cannot be made, it will attempt a non-SSL connection. The Tool will not validate certificates when communicating via SSL.

  • If true: The Tool will only attempt to connect using SSL. To connect to a device, it must already have been configured with a certificate for SSL communications.

true, false (default: false)

--certvalidation

Used only when “onlyssl” is set to true. If “certvalidation” is also set to true, a connection to the device will only be established if the SSL certificate can be validated as a trusted certificate. Trusted Root Certificates are managed through the built-in Windows Certificate Management.

true, false (default: false)

 

GetAppInfo Output

When application associations are retrieved from the device, all information is output to standard format with one line per item. Each of the applications will have the following format:

SSL/TLS: <certnumber or “no assignment”>

IEEE 802.1X: <certnumber or “no assignment”>

S/MIME: <certnumber or “no assignment”>

PDF Digital Signature: <certnumber or “no assignment”>

PDF/A Digital Signature: <certnumber or “no assignment”>

IPSec: <certnumber or “no assignment”>

 

Sample Output

Starting device session

Retrieving application assignments

SSL/TLS: 1

IEEE 802.1X: 2

S/MIME: 6

PDF Digital Signature: no assignment

PDF/A Digital Signature: 5

IPSec: no assignment

Ending device session