Search Results for

    Show / Hide Table of Contents

    Remove-PnPMicrosoft365GroupMember

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API : One of Directory.ReadWrite.All, Group.ReadWrite.All, GroupMember.ReadWrite.All

    Removes members from a particular Microsoft 365 Group

    SYNTAX

    Remove-PnPMicrosoft365GroupMember -Identity <Microsoft365GroupPipeBind> -Users <String[]>
      
    

    DESCRIPTION

    Allows to remove members from a specified Microsoft 365 Group.

    EXAMPLES

    EXAMPLE 1

    Remove-PnPMicrosoft365GroupMember -Identity "Project Team" -Users "john@contoso.onmicrosoft.com","jane@contoso.onmicrosoft.com"
    

    Removes the provided two users as members from the Microsoft 365 Group named "Project Team"

    PARAMETERS

    -Identity

    The Identity of the Microsoft 365 Group to remove members from

    Type: Microsoft365GroupPipeBind
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -Users

    The UPN(s) of the user(s) to remove as members from the Microsoft 365 Group

    Type: String[]
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices Microsoft Graph documentation

    Back to top Generated by DocFX spacer