Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Remove Group Member

view on GitHub

Remove Group Member is available as a pgutil command, and will remove a specified group member from a Group in ProGet.

Command Specification (CLI)

The security groups members remove command is used to remove a group member from a Group in ProGet.

The --name and --member options are always required.

Removing a group member from a group requires the Group name (e.g. Developers) and the Group member name (e.g. "John Smith"):

pgutil security groups members remove --name=Developers --member="John Smith"