Setting the farm max record cap from a CLI

You can use ConfigManager.exe from a Command Line Interface (CLI) to set the farm-wide maximum record cap.
Note: 
  • This operation, performed from a CLI, is intended primarily for system administrators working with customers in a cloud environment. Customers working in an on-premises installation environment can use the Configuration Manager utility to accomplish the same ends. See the Configuration Manager help.
  • This record overrides all other record cap overrides, except those associate with report outputs.

Setting the maximum record cap

Use this command line syntax:

ConfigManager.exe -U:CS -mode:mode -key:FarmMaxRecordCap -value:nn

where:

  • mode is an action that is specified as new, edit, or delete.
  • nn is the numeric value for the key.

Example

ConfigManager.exe -U:CS -mode:edit -key:FarmMaxRecordCap -value:200

Note: The value for -key is case sensitive.