Remove-RdsAppGroupUser

删除用户对应用组的访问权限。

语法

Remove-RdsAppGroupUser
      [-TenantName] <String>
      [-HostPoolName] <String>
      [-AppGroupName] <String>
      [-UserPrincipalName] <String>
      [<CommonParameters>]

说明

Remove-RdsAppGroupUser cmdlet 会删除用户对指定应用组的访问权限。 此 cmdlet 一次仅采用单个用户主体名称(UPN),仅适用于用户(而不是组)。 若要一次删除多个用户,可以使用循环 PowerShell 语法。 此 cmdlet 不支持作为 UPN 的组。

UPN 必须存在于与租户关联的 Azure Active Directory 中。 如果用户尚未分配对应用组的访问权限,则 cmdlet 将以无提示方式成功。

示例

示例 1

PS C:\> Remove-RdsAppGroupUser -TenantName "contoso" -HostPoolName "contosoHostPool" -AppGroupName "officeApps" -UserPrincipalName "user1@contoso.com"

此命令删除用户对应用组的访问权限。

参数

-AppGroupName

应用组的名称。

类型:String
Position:2
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-HostPoolName

主机池的名称。

类型:String
Position:1
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-TenantName

租户的名称。

类型:String
Position:0
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-UserPrincipalName

要删除其应用组访问权限的用户的用户主体名称(UPN)。

类型:String
Position:3
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输入

System.String

输出

Microsoft.RDInfra.RDManagementData.RdMgmtUser