SetConfig.exe -t setconfig -f
<location_of_XML_file> -u
<ISP_username> -p
<ISP_password>
SetConfig.exe -t setconfig -s
<XML_data_as_a_string> -u
<ISP_username> -p
<ISP_password>
Note: This CLI can be invoked using service provider credentials only.
The parameters to be passed in the XML file for updating quota usage threshold are given below.
<
?xml version="1.0" encoding="utf-8" ?>
<
Config>
<
property name="QuotaUsageThreshold">
85<
/property>
<
/Config>