create_application_pool
Publish a new application pool from an RDS farm by providing the executable path, display name, and optional launch settings to make the application available to users.
Instructions
Publish a new application pool from an RDS farm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Internal name (no spaces recommended) | |
| farm_id | Yes | RDS farm ID — obtain from list_rdsh_farms | |
| version | No | Application version string | |
| publisher | No | Publisher name shown in the app catalog | |
| display_name | No | User-visible display name (defaults to name) | |
| executable_path | Yes | Full path to the executable or .lnk shortcut, e.g. C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MyApp.lnk | |
| enable_pre_launch | No | Pre-launch the app before the user connects | |
| multi_session_mode | No | Multi-session mode: DISABLED (one session per user), ENABLED_DEFAULT_OFF, or ENABLED_DEFAULT_ON. | DISABLED |
| enable_client_restrictions | No | Restrict which clients can launch the app |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||