Remove-RdsAppGroup

Removes an app group from a host pool.

Syntax

Remove-RdsAppGroup
      [-TenantName] <String>
      [-HostPoolName] <String>
      [-Name] <String>
      [<CommonParameters>]

Description

The Remove-RdsAppGroup cmdlet removes an app group from the specified host pool. If the specified app group is a RemoteApp app group, you must first remove all RemoteApps published to the app group before running this command.

Examples

Example 1

PS C:\> Remove-RdsAppGroup -TenantName "contoso" -HostPoolName "contosoHostPool" -Name "officeApps"

This command removes an app group in the host pool.

Parameters

-HostPoolName

The name of the host pool.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

The name of the app group.

Type:String
Aliases:AppGroupName
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TenantName

The name of the tenant.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

System.String

Outputs

System.Object