# disconnectallrdp

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

## AppserverClient Command Line Interface

### disconnectallrdp

disconnects from all RDP connection.

**Category: RDP-Connections**

```
AppServerClientCLI disconnectallrdp [-waitifbusy 10]  
```

### Arguments

* **`waitifbusy (optional)`** Wait for a specific time in seconds if the state is busy.

### Return codes:

ok - Command was successful\
NotAvailable - Communication with the client backend failed, ensure that the client is running\
Busy - The action cannot be completed as the client is busy with another operation\
Exception - System problem

### Examples:

AppServerClientCLI disconnectallrdp

### See also:

[connectrdpobj](/landing/ras-windows-cli-guide/v20/commands/connectrdpobj.md)\
[disconnectrdpobj](/landing/ras-windows-cli-guide/v20/commands/disconnectrdpobj.md)\
[getsmartsizing](/landing/ras-windows-cli-guide/v20/commands/getsmartsizing.md)\
[setsmartsizing](/landing/ras-windows-cli-guide/v20/commands/setsmartsizing.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/v20/commands/disconnectallrdp.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.
