> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/agentsettings.md).

# AgentSettings

## NAMESPACE

RASAdminEngine.Core.OutputModels.HostPool

## DESCRIPTION

Host Pool Agent Settings

## INHERITED FROM

[RASSerilazableObj](/landing/ras-powershell-api-guide/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/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/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/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/parallels-ras-powershell-admin-module/types/managerdptransportprotocol.md) | ManageRDPTransportProtocol      | Manage RDP transport protocol.                                                                 |
| UInt32                                                                                                                                    | SessionReadinessTimeout         | Session readiness timeout (in seconds).                                                        |
| Boolean                                                                                                                                   | SupportShellURLNamespaceObjects | Specifies if 'Support Shell URL Namespace Objects' option is enabled or disabled.              |

## PUBLIC METHODS

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

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

\| [HostPoolAgentSettings](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/types/HostPoolAgentSettings.md) | | | [VDIDefaultSettings](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/types/VDIDefaultSettings.md) | | | [VDIHostPool](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/types/VDIHostPool.md) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/agentsettings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
