Grant-AppvZeroPortalConnectionGroup
Grants AD groups or users access to a connection group.
Syntax
Grant-AppvZeroPortalConnectionGroup -Name <string> -GroupGuid <Guid> -Groups <string[]> -Sid <string> [-Force]
Beschreibung
Equivalent to Grant-AppvServerConnectionGroup.
Parameter
-Groups<string[]>Array of AD group or user names (resolved to SIDs via LDAP).
-Sid<string>Pre-resolved SID string. Alternative to -Groups.
-Force<switch>Suppresses the confirmation prompt.
Beispiele
Grant-AppvZeroPortalConnectionGroup -Name "Office*" -Groups "CORP\AppV-Users"
Grant-AppvZeroPortalConnectionGroup -GroupGuid '...' -Sid 'S-1-5-21-...'