New-RASPubRDSApp
Last updated
Last updated
New-RASPubRDSApp
Adds a published application to a Site.
New-RASPubRDSApp [-] <string> [- <string>] [- <bool>] [- {Disabled | Enabled | Maintenance}] [- <string>] [- <uint>] [- <bool>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <>] [- <uint>] [- <uint>] [- <>] [- {All | HostPool | Group | Host | Server}] [- <>] [- <uint[]>] [- <>] [- <uint[]>] [- <>] [- <uint[]>] [- <bool>] [- <uint>] [- <string>] [- <SwitchParameter>] [- <string>] [- {Normal | Maximized | Minimized}] [<>]
Adds a published application to a Site. You must specify the -Name and -Target parameters, or the -Package and -PackagedApp parameters. All other parameters are optional.
-PublishFrom <> Specifies the 'Publish from' option. Acceptable values: All (All Hosts in Site), HostPool (Host Pools), Host (Individual Hosts). Possible values: All, HostPool, Group, Host, Server
-PublishFromHostPoolIds <uint[]> Specifies one or multiple host pool Ids from which to publish the application. The PublishFrom parameter must specify 1 (HostPool).
-PublishFromServerIds <uint[]> Specifies one or multiple RDS Host server Ids from which to publish a desktop. The PublishFrom parameter must specify 2 (Host).
-Target <string> File name and path of a published application executable.
-StartIn <string> Folder name in which to start a published application.
-Parameters <string> Optional parameters to pass to the published application executable.
-Package <string> The MSIX package.
-PackagedApp <string> The Application within the MSIX Package.
-StartOnLogon <SwitchParameter> Enable or disable the 'Start automatically when user logs on' option.
-Name <string> Published resource name.
-ParentId <uint> Parent publishing folder ID.
-PreviousId <uint> Previous published ID.
-Icon <string> An icon to use for a publishing resource. This can be an executable (.exe), a .dll or a .ico file.
-IconIndex <uint> Icon index. Specifies the index of the icon that will be loaded from the binary specified in the Icon property.
-ReplicateMaintenance <bool> Replicate Maintenance.
-InheritMaintenance <bool> Inherit Maintenance.
-Enabled <bool> Enable or disable a published resource.
-MaintenanceMessage_en_US <string> Maintenance message for the published resource in English.
-MaintenanceMessage_ja_JP <string> Maintenance message for the published resource in Japanese.
-MaintenanceMessage_fr_FR <string> Maintenance message for the published resource in French.
-MaintenanceMessage_es_ES <string> Maintenance message for the published resource in Spanish.
-MaintenanceMessage_it_IT <string> Maintenance message for the published resource in Italian.
-MaintenanceMessage_pt_BR <string> Maintenance message for the published resource in Portuguese.
-MaintenanceMessage_de_DE <string> Maintenance message for the published resource in German.
-MaintenanceMessage_nl_NL <string> Maintenance message for the published resource in Dutch.
-MaintenanceMessage_zh_TW <string> Maintenance message for the published resource in Chinese (Traditional).
-MaintenanceMessage_zh_CN <string> Maintenance message for the published resource in Chinese (Simplified).
-MaintenanceMessage_ko_KR <string> Maintenance message for the published resource in Korean.
-Description <string> Published resource description.
-PublishToSiteIds <uint[]> An array of Sites IDs to which to publish a resource.
-SiteId <uint> Site ID.
<CommonParameters>
---------- EXAMPLE 1 ---------- New-RASPubRDSApp -Name "My RDS App" -Target "%windir%\system32\myapp.exe" Adds a published application package to the Licensing Server site and specifies the app name and executable. ---------- EXAMPLE 2 ---------- New-RASPubRDSApp -Name "My RDS App" -Package "AppPackage1" -PackagedApp "TestApp1" Adds a published application package to the Licensing Server Site and specifies the application name and executable.
-PublishFromGroup <> Specifies one or multiple groups from which to publish the application. The PublishFrom parameter must specify 1 (HostPool).
-PublishFromServer <> Specifies one or multiple RDS Host servers from which to publish a desktop. The PublishFrom parameter must specify 2 (Host).
-WinType <> Published application window type. Acceptable values: Normal, Maximized, Minimized Possible values: Normal, Maximized, Minimized
-ParentFolder <> Parent publishing folder.
-PreviousItem <> Previous published item.
-EnabledMode <> Changes the availability status of the published resource. Possible values: Disabled, Enabled, Maintenance
-PublishToSite <> An array of sites to which to publish a resource.