# AgentSettings.md

## NAMESPACE

RASAdminEngine.Core.OutputModels.HostPool

## DESCRIPTION

Host Pool Agent Settings

## INHERITED FROM

[RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md)

⇒

AgentSettings

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                   | Name                                                                                                                                          | Description                                                                                                                             |
| ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Boolean                                                                | AllowRemoteExec                                                                                                                               | Specifies if 'Allow 2XRemoteExec to send command to the client' option                                                                  |
| is enabled or disabled.                                                | [AllowURLAndMailRedirection](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/allowurlandmailredirection.md) | AllowURLAndMailRedirection                                                                                                              |
| Specifies the 'Allow Client URL/Mail Redirection'.                     | UInt32                                                                                                                                        | DisconnectActiveSessionAfter                                                                                                            |
| Disconnect active session after (in seconds). 0 for 'Never'.           | [DragAndDropModeValue](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/draganddropmodevalue.md)             | DragAndDropMode                                                                                                                         |
| Specifies the mode the drag and drop feature will operate.             | Boolean                                                                                                                                       | EnableDriveRedirectionCache                                                                                                             |
| Specifies if the 'Enable Drive Redirection Cache' option is enabled or | disabled.                                                                                                                                     | Boolean                                                                                                                                 |
| EnableZOrder                                                           | Specifies if the 'Enable Z-Order' option is enabled or disabled.                                                                              | (Experimental)                                                                                                                          |
| String                                                                 | FileTransferLocation                                                                                                                          | Location where the File Transfer takes place, if and where it is                                                                        |
| allowed.                                                               | Boolean                                                                                                                                       | FileTransferLockLocation                                                                                                                |
| Lock Location where the File Transfer takes place, if and where it is  | allowed.                                                                                                                                      | [FileTransferControlMode](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/filetransfercontrolmode.md) |
| FileTransferMode                                                       | Specifies if File Transfer option is allowed and if yes, which                                                                                | directions are allowed.                                                                                                                 |
| UInt32                                                                 | LogoffDisconnectedSessionAfter                                                                                                                | Logoff disconnected session after (in seconds). 0 for 'Never'; 1 for                                                                    |
| 'Immediate'.                                                           | [ManageRDPTransportProtocol](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/managerdptransportprotocol.md) | ManageRDPTransportProtocol                                                                                                              |
| Manage RDP transport protocol.                                         | UInt32                                                                                                                                        | SessionReadinessTimeout                                                                                                                 |
| Session readiness timeout (in seconds).                                | Boolean                                                                                                                                       | SupportShellURLNamespaceObjects                                                                                                         |

## PUBLIC METHODS

| Type                | Name                                                                                                                                       | Description                                                                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Int32               | CompareTo (Object obj)                                                                                                                     | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Void                | CopyFrom ([AgentSettings](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/agentsettings.md) other)       | Boolean                                                                                                                                    |
| Equals (Object obj) | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) | Int32                                                                                                                                      |
| GetHashCode ()      | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) | Type                                                                                                                                       |
| GetType ()          | String                                                                                                                                     | ToString ()                                                                                                                                |

### References to Types | | | | |--------------------------------------------------------------|

\| [HostPoolAgentSettings](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/HostPoolAgentSettings.md) | | | [VDIDefaultSettings](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/VDIDefaultSettings.md) | | | [VDIHostPool](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/VDIHostPool.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-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/agentsettings.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.
