> 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/index-2.md).

# API Versions

In Parallels RAS 21.2 the PowerShell module is named RASAdmin and it supports version 5.0 (latest) and version 4.0.

### Version 5.0

This version is the one loaded by default by the system or if the RequiredVersion is not specified when importing the module.

### Backward Compatibility

This version keeps backward compatibility with the older RASAdmin modules found in previous versions.\
It allows administrators to use existing scripts with minor modification.

To make use of a previous version, one needs to specify the *RequiredVersion* (eg. 4.0) when importing the module:

```
Import-Module RASAdmin -RequiredVersion 4.0
```

#### Versions:

* Version 5.0 - Parallels RAS 21.2 onwards
* Version 4.0 - Parallels RAS 19.3 - 21.1

#### Includes:

* Cmdlet aliases
* Aliased parameters
* Old and new properties in the returned objects

### Changes between Version 5.0 and Version 4.0

The below sections highlight the differences between Version 5.0 and Version 4.0.

* [New Cmdlets](#new-cmdlets)
* [Modified Cmdlets](#modified-cmdlets)
* [Removed Cmdlets](#removed-cmdlets)
* [Modified Outputs](#modified-outputs)

## New Cmdlets

| [**Get-RASPubEffectiveAccess**](https://github.com/Parallels-Corp/DI-OPS-prls-docs/blob/master/ras/API-guides/v21-PowerShell-API/MD/RASAdmin/cmdlets/Get-RASPubEffectiveAccess/README.md)     | Retrieves effective access about one user. |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [**Invoke-RASReportingSettings**](https://github.com/Parallels-Corp/DI-OPS-prls-docs/blob/master/ras/API-guides/v21-PowerShell-API/MD/RASAdmin/cmdlets/Invoke-RASReportingSettings/README.md) | Invoke actions on Reporting Settings.      |
| [**New-RASNotification**](https://github.com/Parallels-Corp/DI-OPS-prls-docs/blob/master/ras/API-guides/v21-PowerShell-API/MD/RASAdmin/cmdlets/New-RASNotification/README.md)                 | Creates new notification.                  |
| [**Set-RASNotification**](https://github.com/Parallels-Corp/DI-OPS-prls-docs/blob/master/ras/API-guides/v21-PowerShell-API/MD/RASAdmin/cmdlets/Set-RASNotification/README.md)                 | Update notification.                       |

## Modified Cmdlets

| **Get-RASAVDVMSize**                   | The cmdlet returns a list of Azure Virtual Desktop VM Sizes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Modified output type                   | \[AzureVMSize]\(#azurevmsize)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **Get-RASBroker**                      | Retrieves information about one or multiple RAS Connection Broker servers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Renamed to                             | Get-RASConnectionBroker                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Modified output type                   | \[ConnectionBroker]\(#connectionbroker)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Get-RASBrokerAutoPromotionSettings** | Obtains Parallels RAS Broker Auto Promotion settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Renamed to                             | Get-RASConnectionBrokerAutoPromotionSettings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Modified output type                   | \[ConnectionBrokerAutoPromotion]\(#connectionbrokerautopromotion)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Get-RASBrokerStatus**                | Retrieves the RAS Connection Broker status information.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Renamed to                             | Get-RASConnectionBrokerStatus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Modified output type                   | \[ConnectionBrokerSysInfo]\(#connectionbrokersysinfo)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Invoke-RASBrokerPromoteToPrimary**   | Promotes a RAS Connection Broker to the primary Connection Broker.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Renamed to                             | Invoke-RASConnectionBrokerPromoteToPrimary                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **New-RASAVDHostPool**                 | The cmdlet creates an object of type Azure Virtual Desktop Host Pool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Modified output type                   | \[AVDHostPool]\(#avdhostpool)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Added parameters                       | [DomainOrgUnit](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-rasavdhostpool.md#DomainOrgUnit)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **New-RASBroker**                      | Adds a RAS Connection Broker server to a site.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Renamed to                             | New-RASConnectionBroker                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Modified output type                   | \[ConnectionBroker]\(#connectionbroker)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **New-RASProvider**                    | Adds a Provider server to a site.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Modified output type                   | \[HyperVProvider]\(#hypervprovider)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Added parameters                       | <p><a href="/pages/QE22CHyMVwHeEAjf35ql#CustomProvider">CustomProvider</a><br><a href="/pages/QE22CHyMVwHeEAjf35ql#CustomProviderVersion">CustomProviderVersion</a><br><a href="/pages/QE22CHyMVwHeEAjf35ql#Command">Command</a><br><a href="/pages/QE22CHyMVwHeEAjf35ql#NutanixPC">NutanixPC</a><br><a href="/pages/QE22CHyMVwHeEAjf35ql#Workdir">Workdir</a><br><a href="/pages/QE22CHyMVwHeEAjf35ql#Arguments">Arguments</a><br><a href="/pages/QE22CHyMVwHeEAjf35ql#NutanixPCVersion">NutanixPCVersion</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Renamed parameters                     | <p>PreferredBrokerObj to <a href="/pages/QE22CHyMVwHeEAjf35ql#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/QE22CHyMVwHeEAjf35ql#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Dropped parameters                     | <p>Dummy<br>DummyVersion</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **New-RASPubVDIApp**                   | Adds a published VDI application to a Site.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Modified output type                   | \[PubVDIApp]\(#pubvdiapp)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Renamed parameters                     | Persistent to [EnableStaticAssignmentToHost](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-raspubvdiapp.md#EnableStaticAssignmentToHost)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **New-RASPubVDIDesktop**               | Adds a published VDI desktop to a site.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Modified output type                   | \[PubVDIDesktop]\(#pubvdidesktop)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Renamed parameters                     | Persistent to [EnableStaticAssignmentToHost](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-raspubvdidesktop.md#EnableStaticAssignmentToHost)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **New-RASRDSHostPool**                 | Creates a new RD Session Host Pool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Modified output type                   | \[RDSHostPool]\(#rdshostpool)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Added parameters                       | <p><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#OverwriteSize">OverwriteSize</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#Throughput">Throughput</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#OverrideStorage">OverrideStorage</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#Size">Size</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#DomainOrgUnit">DomainOrgUnit</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#VMSize">VMSize</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#VolumeType">VolumeType</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#FileTransferExistingFileMode">FileTransferExistingFileMode</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#MaximumIOPS">MaximumIOPS</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#OverrideVirtualNetwork">OverrideVirtualNetwork</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a><br><a href="/pages/2Wxwwf7h9QpJWlXLYKD5#DeviceName">DeviceName</a></p> |
| Renamed parameters                     | <p>PreferredBrokerObj to <a href="/pages/2Wxwwf7h9QpJWlXLYKD5#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/2Wxwwf7h9QpJWlXLYKD5#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **New-RASSchedule**                    | Creates a new Schedule.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Modified output type                   | \[Schedule]\(#schedule)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Added parameters                       | [TriggerOnlyIfSessionStateDown](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-rasschedule.md#TriggerOnlyIfSessionStateDown)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **New-RASTemplate**                    | Creates a Template.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Modified output type                   | \[Template]\(#template)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Added parameters                       | <p><a href="/pages/nKjVwTsZ0tIM9ZUwWu3z#ClusterName">ClusterName</a><br><a href="/pages/nKjVwTsZ0tIM9ZUwWu3z#AvailabilityPreferredZone">AvailabilityPreferredZone</a><br><a href="/pages/nKjVwTsZ0tIM9ZUwWu3z#AvailabilityOptions">AvailabilityOptions</a><br><a href="/pages/nKjVwTsZ0tIM9ZUwWu3z#ClusterId">ClusterId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **New-RASVDIHostPool**                 | Creates a new VDI Host Pool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Modified output type                   | \[VDIHostPool]\(#vdihostpool)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Added parameters                       | <p><a href="/pages/nGy8MB7yIMjuekyRlYrM#MaximumIOPS">MaximumIOPS</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#OverrideStorage">OverrideStorage</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#OverrideVirtualNetwork">OverrideVirtualNetwork</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#OverwriteSize">OverwriteSize</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#Size">Size</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#DomainOrgUnit">DomainOrgUnit</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#VolumeType">VolumeType</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#VMSize">VMSize</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#DeviceName">DeviceName</a><br><a href="/pages/nGy8MB7yIMjuekyRlYrM#Throughput">Throughput</a></p>                                                                                                                                                                                                                                                                                                                                            |
| **Remove-RASBroker**                   | Removes a RAS Connection Broker server from a site.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Renamed to                             | Remove-RASConnectionBroker                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASAllowedDevicesSetting**       | Modifies the types of clients that are allowed to connect.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Dropped parameters                     | <p>AllowClientChromeApp<br>MinBuildChromeApp</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Set-RASAVDDefaultSettings**          | Modifies default settings used to configure Azure Virtual Desktop.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Added parameters                       | <p><a href="/pages/udOaaWWx0xwdGPifeDBi#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/udOaaWWx0xwdGPifeDBi#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a><br><a href="/pages/udOaaWWx0xwdGPifeDBi#FileTransferExistingFileMode">FileTransferExistingFileMode</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Set-RASAVDHostPool**                 | Modifies a Azure Virtual Desktop Host Pool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Added parameters                       | <p><a href="/pages/WQEJpOEznSMZcXzSfNyA#DomainOrgUnit">DomainOrgUnit</a><br><a href="/pages/WQEJpOEznSMZcXzSfNyA#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/WQEJpOEznSMZcXzSfNyA#FileTransferExistingFileMode">FileTransferExistingFileMode</a><br><a href="/pages/WQEJpOEznSMZcXzSfNyA#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Set-RASBroker**                      | Modifies settings of a RAS Connection Broker server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Renamed to                             | Set-RASConnectionBroker                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Set-RASBrokerAutoPromotionSettings** | Modifies Parallels RAS Broker Auto Promotion settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Renamed to                             | Set-RASConnectionBrokerAutoPromotionSettings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Set-RASBrokerPriority**              | Change the priority of a RAS Connection Broker server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Renamed to                             | Set-RASConnectionBrokerPriority                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Set-RASClientPolicy**                | Modifies settings of a client policy.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Added parameters                       | <p><a href="/pages/fILgvNBDxzn3j0l2oSrB#KybdMapRightOption">KybdMapRightOption</a><br><a href="/pages/fILgvNBDxzn3j0l2oSrB#KybdMapRightShift">KybdMapRightShift</a><br><a href="/pages/fILgvNBDxzn3j0l2oSrB#KybdMapLeftShift">KybdMapLeftShift</a><br><a href="/pages/fILgvNBDxzn3j0l2oSrB#KybdMapLeftOption">KybdMapLeftOption</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Dropped parameters                     | <p>DoNotShowDriveRedirectionDlg<br>GraphicsAccel<br>ClientWorkAreaBackground</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Set-RASClientSettings**              | Update RAS client settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Dropped parameters                     | ExcludeTunnelSessions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Set-RASCostInsightsSettings**        | Updates the Cost Insights Settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Added parameters                       | [Port](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rascostinsightssettings.md#Port)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Set-RASCriteriaOS**                  | Modifies the Operating System Criteria.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Dropped parameters                     | AllowClientChrome                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Set-RASEnrollmentServer**            | Modifies an Enrollment server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Renamed parameters                     | PreferredBrokerId to [PreferredConnectionBrokerId](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasenrollmentserver.md#PreferredConnectionBrokerId)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **Set-RASGateway**                     | Modifies properties of a RAS Secure Gateway.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Added parameters                       | <p><a href="/pages/TPNJHPH62yjXQiSqXRnR#UseAutoKeyboardDetect">UseAutoKeyboardDetect</a><br><a href="/pages/TPNJHPH62yjXQiSqXRnR#BlockAccessStandardRASSessions">BlockAccessStandardRASSessions</a><br><a href="/pages/TPNJHPH62yjXQiSqXRnR#BlockAccessSessionLaunchCBAPI">BlockAccessSessionLaunchCBAPI</a><br><a href="/pages/TPNJHPH62yjXQiSqXRnR#BlockAccessSessionLaunchWebAPI">BlockAccessSessionLaunchWebAPI</a><br><a href="/pages/TPNJHPH62yjXQiSqXRnR#BlockAccessUserPortal">BlockAccessUserPortal</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Renamed parameters                     | <p>AutoPreferredBroker to <a href="/pages/TPNJHPH62yjXQiSqXRnR#AutoPreferredConnectionBroker">AutoPreferredConnectionBroker</a><br>PreferredBrokerObj to <a href="/pages/TPNJHPH62yjXQiSqXRnR#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/TPNJHPH62yjXQiSqXRnR#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASGatewayDefaultSettings**      | Modifies default settings used to configure a RAS Secure Gateway.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Added parameters                       | <p><a href="/pages/bq0DM4tQHTK6dhLvEVTH#BlockAccessStandardRASSessions">BlockAccessStandardRASSessions</a><br><a href="/pages/bq0DM4tQHTK6dhLvEVTH#BlockAccessSessionLaunchWebAPI">BlockAccessSessionLaunchWebAPI</a><br><a href="/pages/bq0DM4tQHTK6dhLvEVTH#BlockAccessSessionLaunchCBAPI">BlockAccessSessionLaunchCBAPI</a><br><a href="/pages/bq0DM4tQHTK6dhLvEVTH#BlockAccessUserPortal">BlockAccessUserPortal</a><br><a href="/pages/bq0DM4tQHTK6dhLvEVTH#UseAutoKeyboardDetect">UseAutoKeyboardDetect</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Renamed parameters                     | <p>AutoPreferredBroker to <a href="/pages/bq0DM4tQHTK6dhLvEVTH#AutoPreferredConnectionBroker">AutoPreferredConnectionBroker</a><br>PreferredBrokerObj to <a href="/pages/bq0DM4tQHTK6dhLvEVTH#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/bq0DM4tQHTK6dhLvEVTH#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASProvider**                    | Modifies Provider server settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Added parameters                       | <p><a href="/pages/qnnief9UxxFCNC9X382C#Workdir">Workdir</a><br><a href="/pages/qnnief9UxxFCNC9X382C#FileTransferExistingFileMode">FileTransferExistingFileMode</a><br><a href="/pages/qnnief9UxxFCNC9X382C#NutanixPCVersion">NutanixPCVersion</a><br><a href="/pages/qnnief9UxxFCNC9X382C#Command">Command</a><br><a href="/pages/qnnief9UxxFCNC9X382C#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/qnnief9UxxFCNC9X382C#Arguments">Arguments</a><br><a href="/pages/qnnief9UxxFCNC9X382C#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Renamed parameters                     | <p>AutoPreferredBroker to <a href="/pages/qnnief9UxxFCNC9X382C#AutoPreferredConnectionBroker">AutoPreferredConnectionBroker</a><br>PreferredBrokerObj to <a href="/pages/qnnief9UxxFCNC9X382C#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/qnnief9UxxFCNC9X382C#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASPubVDIApp**                   | Modifies properties of a published VDI application.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Renamed parameters                     | Persistent to [EnableStaticAssignmentToHost](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raspubvdiapp.md#EnableStaticAssignmentToHost)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Set-RASPubVDIDesktop**               | Modifies properties of a published desktop.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Renamed parameters                     | Persistent to [EnableStaticAssignmentToHost](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raspubvdidesktop.md#EnableStaticAssignmentToHost)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **Set-RASRDSDefaultSettings**          | Modifies default settings used to configure an RD Session Host server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Added parameters                       | <p><a href="/pages/9IKTkYFiaxdHbEh3b0Lp#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/9IKTkYFiaxdHbEh3b0Lp#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a><br><a href="/pages/9IKTkYFiaxdHbEh3b0Lp#FileTransferExistingFileMode">FileTransferExistingFileMode</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Renamed parameters                     | <p>AutoPreferredBroker to <a href="/pages/9IKTkYFiaxdHbEh3b0Lp#AutoPreferredConnectionBroker">AutoPreferredConnectionBroker</a><br>PreferredBrokerObj to <a href="/pages/9IKTkYFiaxdHbEh3b0Lp#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/9IKTkYFiaxdHbEh3b0Lp#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASRDSHost**                     | Modifies RD Session Host server settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Added parameters                       | <p><a href="/pages/jbG9xr8Y8Rc0jqgDImE3#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/jbG9xr8Y8Rc0jqgDImE3#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a><br><a href="/pages/jbG9xr8Y8Rc0jqgDImE3#FileTransferExistingFileMode">FileTransferExistingFileMode</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Renamed parameters                     | <p>AutoPreferredBroker to <a href="/pages/jbG9xr8Y8Rc0jqgDImE3#AutoPreferredConnectionBroker">AutoPreferredConnectionBroker</a><br>PreferredBrokerObj to <a href="/pages/jbG9xr8Y8Rc0jqgDImE3#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/jbG9xr8Y8Rc0jqgDImE3#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASRDSHostPool**                 | Modifies an RD Session Host Pool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Added parameters                       | <p><a href="/pages/0YMfZuqoBNZpqzmr7hvF#OverwriteSize">OverwriteSize</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#DomainOrgUnit">DomainOrgUnit</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#OverrideStorage">OverrideStorage</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#VMSize">VMSize</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#OverrideVirtualNetwork">OverrideVirtualNetwork</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#FileTransferExistingFileMode">FileTransferExistingFileMode</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/0YMfZuqoBNZpqzmr7hvF#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a></p>                                                                                                                                                                                                                                                                                                                                      |
| Renamed parameters                     | <p>AutoPreferredBroker to <a href="/pages/0YMfZuqoBNZpqzmr7hvF#AutoPreferredConnectionBroker">AutoPreferredConnectionBroker</a><br>PreferredBrokerObj to <a href="/pages/0YMfZuqoBNZpqzmr7hvF#PreferredConnectionBrokerObj">PreferredConnectionBrokerObj</a><br>PreferredBrokerId to <a href="/pages/0YMfZuqoBNZpqzmr7hvF#PreferredConnectionBrokerId">PreferredConnectionBrokerId</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Set-RASSchedule**                    | Modifies a Schedule.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Added parameters                       | [TriggerOnlyIfSessionStateDown](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasschedule.md#TriggerOnlyIfSessionStateDown)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Set-RASSessionSetting**              | Modifies Parallels RAS session connection settings.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Added parameters                       | [LogoffSessionIdleMode](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rassessionsetting.md#LogoffSessionIdleMode)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Set-RASTemplate**                    | Modifies a Template property.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Added parameters                       | <p><a href="/pages/ytmug6cozze8fadmuFpV#ClusterId">ClusterId</a><br><a href="/pages/ytmug6cozze8fadmuFpV#ClusterName">ClusterName</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **Set-RASTheme**                       | Modifies settings of a theme.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Added parameters                       | [UseAutoKeyboardDetect](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rastheme.md#UseAutoKeyboardDetect)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Set-RASVDIDefaultSettings**          | Modifies default settings used to configure a host VM.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Added parameters                       | <p><a href="/pages/QL4qdinYHHKCQteRfvCr#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/QL4qdinYHHKCQteRfvCr#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a><br><a href="/pages/QL4qdinYHHKCQteRfvCr#FileTransferExistingFileMode">FileTransferExistingFileMode</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Set-RASVDIHostPool**                 | Modifies a VDI Host Pool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Added parameters                       | <p><a href="/pages/fFlbwZmudkAr2OJCunEJ#FileTransferAutoCloseWindow">FileTransferAutoCloseWindow</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#OverwriteSize">OverwriteSize</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#OverrideVirtualNetwork">OverrideVirtualNetwork</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#DomainOrgUnit">DomainOrgUnit</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#VMSize">VMSize</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#FileTransferSuppressPromptForUploadFiles">FileTransferSuppressPromptForUploadFiles</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#FileTransferExistingFileMode">FileTransferExistingFileMode</a><br><a href="/pages/fFlbwZmudkAr2OJCunEJ#OverrideStorage">OverrideStorage</a></p>                                                                                                                                                                                                                                                                                                                                      |

## Removed Cmdlets

| **Get-RASNotificationEvent**       |
| ---------------------------------- |
| **Get-RASNotificationResource**    |
| **New-RASNotificationEvent**       |
| **New-RASNotificationResource**    |
| **Remove-RASNotificationEvent**    |
| **Remove-RASNotificationResource** |
| **Set-RASNotificationEvent**       |
| **Set-RASNotificationResource**    |

## Modified Outputs

| **AllowedOperatingSystems**    |                                                                                                                                                            |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **AppPackage**                 |                                                                                                                                                            |
| Added Properties               | Type                                                                                                                                                       |
| **AVDDefaultSettings**         |                                                                                                                                                            |
| Added Properties               | <p>FileTransferAutoCloseWindow<br>FileTransferExistingFileMode<br>FileTransferSuppressPromptForUploadFiles</p>                                             |
| **AVDHostPool**                |                                                                                                                                                            |
| Added Properties               | Specifications                                                                                                                                             |
| Dropped Properties             | <p>OverwriteSize<br>VMSize</p>                                                                                                                             |
| **AzureVMSize**                |                                                                                                                                                            |
| Added Properties               | Name                                                                                                                                                       |
| Dropped Properties             | <p>Offering<br>Family<br>DataDisk<br>MaximumIOPS<br>TempStorage<br>PremiumDiskSupport</p>                                                                  |
| **ClientRules**                |                                                                                                                                                            |
| Added Properties               | <p>KybdMapRightOption<br>KybdMapLeftOption<br>KybdMapLeftShift<br>KybdMapRightShift</p>                                                                    |
| Dropped Properties             | <p>DoNotShowDriveRedirectionDlg<br>GraphicsAccel<br>ClientWorkAreaBackground</p>                                                                           |
| **CostInsightsSettings**       |                                                                                                                                                            |
| Added Properties               | Port                                                                                                                                                       |
| **CurrentAdminPermissions**    |                                                                                                                                                            |
| Added Properties               | <p>AdminCreate<br>TimeCreate<br>TimeLastMod<br>AdminLastMod</p>                                                                                            |
| **EnrollmentServer**           |                                                                                                                                                            |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| **Gateway**                    |                                                                                                                                                            |
| Added Properties               | <p>BlockAccessStandardRASSessions<br>BlockAccessSessionLaunchWebAPI<br>BlockAccessSessionLaunchCBAPI<br>BlockAccessUserPortal<br>UseAutoKeyboardDetect</p> |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| Dropped Properties             | <p>AllowFileTransfer<br>AllowClipboard</p>                                                                                                                 |
| **GatewayDefaultSiteSettings** |                                                                                                                                                            |
| Added Properties               | <p>BlockAccessSessionLaunchCBAPI<br>BlockAccessStandardRASSessions<br>BlockAccessSessionLaunchWebAPI<br>BlockAccessUserPortal<br>UseAutoKeyboardDetect</p> |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| Dropped Properties             | <p>AllowFileTransfer<br>AllowClipboard</p>                                                                                                                 |
| **HALBVirtualServerStatus**    |                                                                                                                                                            |
| Dropped Properties             | <p>CPULoad<br>MemLoad<br>DiskRead<br>DiskWrite</p>                                                                                                         |
| **HyperVProvider**             |                                                                                                                                                            |
| Added Properties               | <p>FileTransferAutoCloseWindow<br>FileTransferSuppressPromptForUploadFiles<br>FileTransferExistingFileMode</p>                                             |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| Dropped Properties             | AllowFileTransfer                                                                                                                                          |
| **License**                    |                                                                                                                                                            |
| Added Properties               | ExtraInfo                                                                                                                                                  |
| **LogonHours**                 |                                                                                                                                                            |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **MFACriteria**                |                                                                                                                                                            |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **MFADeepnet**                 |                                                                                                                                                            |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **MFADefaultSiteSettings**     |                                                                                                                                                            |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **Notification**               |                                                                                                                                                            |
| Added Properties               | <p>Threshold<br>Direction</p>                                                                                                                              |
| Dropped Properties             | HasThreshold                                                                                                                                               |
| **PackageDetails**             |                                                                                                                                                            |
| Added Properties               | Type                                                                                                                                                       |
| **ProviderSysInfo**            |                                                                                                                                                            |
| Renamed Properties             | PreferredBroker to ConnectedConnectionBroker                                                                                                               |
| **PubItemCriteria**            |                                                                                                                                                            |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **PubItemRule**                |                                                                                                                                                            |
| Dropped Properties             | Chrome                                                                                                                                                     |
| **PubVDIApp**                  |                                                                                                                                                            |
| Renamed Properties             | Persistent to EnableStaticAssignmentToHost                                                                                                                 |
| **PubVDIDesktop**              |                                                                                                                                                            |
| Renamed Properties             | Persistent to EnableStaticAssignmentToHost                                                                                                                 |
| **RASAllowedDevicesSetting**   |                                                                                                                                                            |
| Dropped Properties             | <p>AllowClientChromeApp<br>MinBuildChromeApp</p>                                                                                                           |
| **RASClientSettings**          |                                                                                                                                                            |
| Dropped Properties             | ExcludeTunnelSessions                                                                                                                                      |
| **RASPowerPermission**         |                                                                                                                                                            |
| Added Properties               | <p>AdminCreate<br>TimeCreate<br>TimeLastMod<br>AdminLastMod</p>                                                                                            |
| **RASSessionSetting**          |                                                                                                                                                            |
| Added Properties               | LogoffSessionIdleMode                                                                                                                                      |
| **RDSDefaultSiteSettings**     |                                                                                                                                                            |
| Added Properties               | <p>FileTransferAutoCloseWindow<br>FileTransferSuppressPromptForUploadFiles<br>FileTransferExistingFileMode</p>                                             |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| Dropped Properties             | <p>AllowFileTransfer<br>AllowDragAndDrop</p>                                                                                                               |
| **RDSHost**                    |                                                                                                                                                            |
| Added Properties               | <p>FileTransferAutoCloseWindow<br>FileTransferSuppressPromptForUploadFiles<br>FileTransferExistingFileMode</p>                                             |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| Dropped Properties             | <p>AllowFileTransfer<br>AllowDragAndDrop</p>                                                                                                               |
| **RDSHostPool**                |                                                                                                                                                            |
| Added Properties               | <p>ProvisioningType<br>Specifications</p>                                                                                                                  |
| Renamed Properties             | PreferredBrokerId to PreferredConnectionBrokerId                                                                                                           |
| Dropped Properties             | <p>AllowFileTransfer<br>AllowDragAndDrop</p>                                                                                                               |
| **Schedule**                   |                                                                                                                                                            |
| Added Properties               | TriggerOnlyIfSessionStateDown                                                                                                                              |
| **Template**                   |                                                                                                                                                            |
| Added Properties               | NutanixPC                                                                                                                                                  |
| Dropped Properties             | AvailabilitySet                                                                                                                                            |
| **Theme**                      |                                                                                                                                                            |
| Added Properties               | UseAutoKeyboardDetect                                                                                                                                      |
| **VDIDefaultSettings**         |                                                                                                                                                            |
| Added Properties               | <p>FileTransferExistingFileMode<br>FileTransferAutoCloseWindow<br>FileTransferSuppressPromptForUploadFiles</p>                                             |
| **VDIHostPool**                |                                                                                                                                                            |
| Added Properties               | Specifications                                                                                                                                             |


---

# 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/index-2.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.
