Get-CopyMoveListConfiguration

Top  Previous  Next

Gets the CopyMove configuration for a SharePoint list.

Syntax

Get-CopyMoveListConfiguration [-Identity] <SPListPipeBind> [<CommonParameters>]

Parameters

Parameter

Required

Type

Description

Identity

Yes

SPListPipeBind

SharePoint SPList object or a string object with the absolute URL address of the SharePoint list.

Examples

Gets the CopyMove configuration object for the list at https://teams.mydomain.net/sites/site1/testdocs and formats the output object as a list instead of a table.

Get-CopyMoveListConfiguration "https://teams.mydomain.net/sites/site1/testdocs" | Format-List

Sample output object.

HideDestination        : False

OverrideEnabledActions : True

EnabledActions         : Copy, Move