external help file | Module Name | online version | schema |
---|---|---|---|
SPClientCore.dll-Help.xml |
SPClientCore |
2.0.0 |
Changes whether unique role assignment is enabled.
Set-KshUniqueRoleAssignmentEnabled [-Site] [-Enabled] [-CopyRoleAssignments] [-ClearSubscopes]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-KshUniqueRoleAssignmentEnabled [-Site] [-Disabled] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Set-KshUniqueRoleAssignmentEnabled [-List] <List> [-Enabled] [-CopyRoleAssignments] [-ClearSubscopes]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-KshUniqueRoleAssignmentEnabled [-List] <List> [-Disabled] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Set-KshUniqueRoleAssignmentEnabled [-ListItem] <ListItem> [-Enabled] [-CopyRoleAssignments] [-ClearSubscopes]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-KshUniqueRoleAssignmentEnabled [-ListItem] <ListItem> [-Disabled] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The Set-KshUniqueRoleAssignmentEnabled cmdlet changes whether a unique role assignment is enabled for the current site, the specified list, or the specified list item.
PS C:\> Set-KshUniqueRoleAssignmentEnabled -Site -Enabled -CopyRoleAssignments -ClearSubscopes
Creates unique role assignments.
PS C:\> Set-KshUniqueRoleAssignmentEnabled -Site -Disabled
Removes unique role assignments.
If specified, the role assignments for all child securable objects must be cleared.
Type: SwitchParameter
Parameter Sets: ParamSet1, ParamSet3, ParamSet5
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, copies the role assignments from the specified securable object.
Type: SwitchParameter
Parameter Sets: ParamSet1, ParamSet3, ParamSet5
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, removes unique role assignments for the securable object.
Type: SwitchParameter
Parameter Sets: ParamSet2, ParamSet4, ParamSet6
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, creates unique role assignments for the securable object.
Type: SwitchParameter
Parameter Sets: ParamSet1, ParamSet3, ParamSet5
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the list.
Type: List
Parameter Sets: ParamSet3, ParamSet4
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the list item.
Type: ListItem
Parameter Sets: ParamSet5, ParamSet6
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, uses the current site.
Type: SwitchParameter
Parameter Sets: ParamSet1, ParamSet2
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.