Remove-RdsRemoteApp
Removes a RemoteApp from an app group.
Syntax
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.
Type: | String |
Position: | 2 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-HostPoolName
The name of the host pool.
Type: | String |
Position: | 1 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The name of the RemoteApp.
Type: | String |
Aliases: | RemoteAppName |
Position: | 3 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TenantName
The name of the tenant.
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
System.String
Outputs
System.Object