Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 1.7 KB

Add-KshGroupMember.md

File metadata and controls

92 lines (66 loc) · 1.7 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Add-KshGroupMember

SYNOPSIS

Adds a group member.

SYNTAX

Add-KshGroupMember [-Group] <Group> -Member <User> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The Add-KshGroupMember cmdlet add a user to the specified group.

EXAMPLES

Example 1

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

Adds 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: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider.

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
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