# exportsettings

![Parralels](https://www.parallels.com/static/pl/fileadmin/res/img/navigation/pl-logo-dk.png)

## AppserverClient Command Line Interface

### exportsettings

exports the settings of Parallels Client.

**Category: Import-Export-Settings**

```
AppServerClientCLI exportsettings -file filaname [-exportpwds]  
```

### Arguments

* **`file (mandatory)`** Specify the file path where the exported settings will be saved.
* **`exportpwds (optional)`** Save connection passwords to the file.

### Return codes:

ok - Command was successful\
InvalidArgs - Some arguments are missing or invalid\
NotAvailable - Communication with the client backend failed, ensure that the client is running\
FileNotValid - File is not valid\
Exception - System problem

### Examples:

AppServerClientCLI exportsettings -file c:\exports\sample.dat\
AppServerClientCLI exportsettings -file c:\exports\sample.dat -exportpwds

### See also:

[importsettings](/landing/ras-windows-cli-guide/commands/importsettings.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/ras-windows-cli-guide/commands/exportsettings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
