Revoke-AppvZeroPortalConnectionGroup
Revokes access to a connection group for AD groups or users.
Syntax
Revoke-AppvZeroPortalConnectionGroup -Name <string> -GroupGuid <Guid> -Groups <string[]> -Sid <string> [-Force]
Beschreibung
Complements Grant-AppvZeroPortalConnectionGroup (no original App-V Server equivalent).
Parameter
-Groups<string[]>Array of AD group or user names to revoke access from.
-Sid<string>Pre-resolved SID string. Alternative to -Groups.
-Force<switch>Suppresses the confirmation prompt.
Beispiele
Revoke-AppvZeroPortalConnectionGroup -Name "Office*" -Groups "CORP\OldGroup"