Skip to main content

Remove-PermissionLevelMapping

Remove a permission level from your permission level mappings with PowerShell

Note: PowerShell integration requires a ShareGate Migrate Pro or Enterprise subscription. It is not available on the Essentials plan.

Command

Remove-PermissionLevelMapping

Description

The command to remove a specified permission level mapping.

Examples

Remove a permission level mapping

$mappingSettings = Set-PermissionLevelMapping -Source "Contribute" -Destination "Edit"
$mappingSettings = Remove-PermissionLevelMapping -MappingSettings $mappingSettings -Source "Contribute"

Syntax

Remove-PermissionLevelMapping
-MappingSettings <MappingSettings>
-Source <String>

Parameters

-MappingSettings <MappingSettings>

Specifies the mapping settings.

Required?

True

Default value

None

Accept pipeline input?

True (ByValue, ByPropertyName)

Accept wildcard characters?

False

Parameter set name

(All)

Aliases

None

-Source <String>

Specifies the source permission level name to remove.

Required?

True

Default value

None

Accept pipeline input?

False

Accept wildcard characters?

False

Parameter set name

(All)

Aliases

None

Did this answer your question?