Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.46 KB

Remove-KshGroupMember.md

File metadata and controls

76 lines (54 loc) · 1.46 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Remove-KshGroupMember

SYNOPSIS

Removes a group member.

SYNTAX

Remove-KshGroupMember [-Group] <Group> [-Member] <User> [<CommonParameters>]

DESCRIPTION

The Remove-KshGroupMember cmdlet removes a member from the specified group.

EXAMPLES

Example 1

PS C:\> Remove-KshGroupMember -Group (Get-KshGroup -GroupName 'Blog Owners') -Member (Get-KshUser -UserName 'i:0#.f|membership|[email protected]')

Removes a group member.

PARAMETERS

-Group

Specifies the group.

Type: Group
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Member

Specifies the user.

Type: User
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

None

NOTES

RELATED LINKS