Search Results for

    Show / Hide Table of Contents

    Remove-PnPRoleDefinition

    SYNOPSIS

    Removes a role definition from a site.

    SYNTAX

    Remove-PnPRoleDefinition [-Identity] <RoleDefinitionPipeBind> [-Force] [-Connection <PnPConnection>]
    

    DESCRIPTION

    This cmdlet removes the specified role definition from a site collection.

    EXAMPLES

    EXAMPLE 1

    Remove-PnPRoleDefinition -Identity MyRoleDefinition
    

    Removes the specified role definition (permission level) from the current site.

    PARAMETERS

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

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

    -Force

    Do not ask for confirmation to delete the role definition.

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

    -Identity

    The identity of the role definition, either a RoleDefinition object or the name of role definition.

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

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer