diff --git a/src/Commands/Principals/RemoveGroupMember.cs b/src/Commands/Principals/RemoveGroupMember.cs index 14c88e21a..703eb1691 100644 --- a/src/Commands/Principals/RemoveGroupMember.cs +++ b/src/Commands/Principals/RemoveGroupMember.cs @@ -15,7 +15,7 @@ public class RemoveUserFromGroup : PnPWebCmdlet [Parameter(Mandatory = true)] public string LoginName = string.Empty; - [Parameter(Mandatory = true)] + [Parameter(Mandatory = true, ValueFromPipeline = true)] [Alias("Identity")] public GroupPipeBind Group;