FactoryTalk Updater command-line parameters

This table identifies the command-line parameters used to export inventory and configure FactoryTalk Updater Client and FactoryTalk Updater Server. Command-line parameters are case-insensitive. However, if a specified value includes a space, be sure to enclose the value in quotation marks (for example, "value with spaces").
FactoryTalk Updater command-line parameters
Parameter
Description
/?
Displays the usage options for parameters.
/ExportInventory=”value”
Exports the inventory information from all online agents. Specify the value of an existing directory path or the full path for the file to export. The file to export must be a .csv file.
/ExportActivation=”value”
Exports activation information from all online agents. Specify the value of an existing directory path or the full path for the file to export. The file to export must be a .csv file.
/ExportLog=”value”
Exports the log information from the client. Specify the value of an existing directory path or the full path for the file to export. The file to export must be a .csv file.
/ExportAop=”value”
Exports Add-On Profile (AOP) information from all online agents to local. You can specify the value of an existing directory path or the full path for the file to export. The file to export must be a .csv file. If the value is a directory, it must exist.
/ExportCompatibility="value"
Exports product compatibility issues from all online agents to a comma-separated value (CSV) file.
/DownloadPath=”value”
Specifies the download path of the client. The value of this parameter must be an existing directory path.
/CheckInterval=”value”
Specifies the interval schedule for the automatic scanning of all machines. Set this parameter to a value between 1 and 366 days.
/AddAgents
Adds agents to the server by a single IP address or by a range of addresses. Specify agents in this format: /AddAgents=”10.108.1.1,10.224.1.1-10.224.1.100”
/AgentUserName
Uses the administrator's username of the target agents.
/AgentPassword
Uses the administrator's password of the target agents.
/Group
Specifies a group name when adding agents to the server.
/UserName
Specifies the username used to connect to the server.
/Password
Specifies the password used to connect to the server.

Examples

The following example shows how to use the command-line parameters to export information:
CommandPrompt.exe /ExportInventory="C:\InventoryInfo\InventoryInfo.csv" /ExportActivation="C:\ActivationInfo\Activations.csv" /ExportLog="C:\ClientLog\Log.csv" /ExportAop="C:\AopInfo\Aop.csv" /ExportCompatibility="C:\CompatibilityIssuesFolder\CompatibilityIssues.csv" /UserName="user" /Password="password"
The following example shows how to use the command-line parameters to add agents and specify a group name:
CommandPrompt.exe /AddAgents="10.108.1.1,10.224.1.1-10.224.1.100" /AgentUserName="admin" /AgentPassword="admin" /Group="groupA" /UserName="user" /Password="password"
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal