The customer.exe
utility is designed for managing customer accounts.
The following operations are supported by the utility:
- creating and removing customer accounts
- enabling/disabling existing customer accounts
- editing customer’s username and password and personal information
- converting a customer account into a reseller account
- moving a customer account to another owner (reseller or administrator
account) - enabling/disabling dedicated IIS application pools for customers
- setting a limit on customer’s CPU usage
Location
%plesk_cli%
Usage
customer.exe <command> [<login_name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command creates a customer account for John Doe for
Plesk administrator, sets JohnDoe as the username and MyPass as
the password, specifies the Unites States as the customer’s country,
tells Plesk not to send to Plesk administrator a notification on the
account creation, enables the use of the dedicated IIS application pool
for this customer, and allows the use of maximum 7 % of CPU for the
customer’s IIS application pool.
plesk bin customer.exe --create JohnDoe -name "John Doe" -passwd MyPass -notify false -iis_app_pool true -cpu_usage 7
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c
|
<login_name> |
Creates a customer account. Requires If the account owner (provider) is not specified, a created |
To create the… |