Edit

Share via


Remove-RdsRemoteApp

Removes a RemoteApp from an app group.

Syntax

Default (Default)

Remove-RdsRemoteApp
    [-TenantName] <String>
    [-HostPoolName] <String>
    [-AppGroupName] <String>
    [-Name] <String>
    [<CommonParameters>]

Description

The Remove-RdsRemoteApp cmdlet removes (or unpublishes) a RemoteApp program from the specified app group. This cmdlet does not delete the program executable.

Examples

Example 1

PS C:\> Remove-RdsRemoteApp -TenantName "contoso" -HostPoolName "contosoHostPool" -AppGroupName "officeApps" -Name "PowerPoint"

Parameters

-AppGroupName

The name of the app group.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-HostPoolName

The name of the host pool.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-Name

The name of the RemoteApp.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:RemoteAppName

Parameter sets

(All)
Position:3
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-TenantName

The name of the tenant.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

System.String

Outputs

System.Object