Get-CopyMovePermissionLevel

Top  Previous  Next

Gets the CopyMove permissions for a SharePoint permission level.

Syntax

Get-CopyMovePermissionLevel [-Identity] <SPSitePipeBind> -Name <string> [<CommonParameters>]

Parameters

Parameter

Required

Type

Description

Identity

Yes

SPSitePipeBind

SharePoint SPSite object or a string object with the absolute URL address of the SharePoint site collection.

Name

Yes

String

The name of the SharePoint permission level to query.

Examples

Gets the CopyMove permissions on the permission level Contribute in the site collection https://teams.mydomain.net/sites/site.

 

Get-SPSite "https://teams.mydomain.net/sites/site" | Get-CopyMovePermissionLevel -Name "Contribute"

Sample output object.

AllowCopy   : True

AllowMove   : True

AllowExport : False

AllowImport : False