We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d576b53 commit 000b526Copy full SHA for 000b526
src/Commands/Principals/RemoveGroupMember.cs
@@ -15,7 +15,7 @@ public class RemoveUserFromGroup : PnPWebCmdlet
15
[Parameter(Mandatory = true)]
16
public string LoginName = string.Empty;
17
18
- [Parameter(Mandatory = true)]
+ [Parameter(Mandatory = true, ValueFromPipeline = true)]
19
[Alias("Identity")]
20
public GroupPipeBind Group;
21
0 commit comments