Get-CopyMoveSiteConfiguration

Top  Previous  Next

Gets the CopyMove configuration for a SharePoint site collection.

Syntax

Get-CopyMoveSiteConfiguration [-Identity] <SPSitePipeBind> [<CommonParameters>]

Parameters

Parameter

Required

Type

Description

Identity

Yes

SPSitePipeBind

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

Examples

Gets the CopyMove configuration object for the site collection https://sp2013.mydomain.net/sites/site

 

Get-SPSite "https://teams.mydomain.net/sites/site" | Get-CopyMoveSiteConfiguration

Sample output object.

CompatibleLists            : {101,109,700, 107,150,171, 850}

DestinationSites           : {Sites|https://teams.mydomain.net/sites/sites/*}

MaxListSubFoldersInTree    : 2000

MaxRecentDestinations      : 20

CopyPropertiesOptionState  : Unchecked

CopyVersionsOptionState    : Unchecked

CopyPermissionsOptionState : Unchecked

MovePropertiesOptionState  : Checked

MoveVersionsOptionState    : Checked

MovePermissionsOptionState : Unchecked

IncludeMySite              : True

IncludeFollowedSites       : True

AllowUserSites             : True

UsePermissionLevels        : False

UseRecycleBin              : False

WarnOnVersionHistoryLoss   : True

WarnOnContentTypeLoss      : True

WarnOnMetaDataLoss         : True

CustomJSUrl                :

EnabledActions             : Copy, Move, Export, Import