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://teams.mydomain.net/sites/site

 

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

Sample output object.

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

DestinationSites           : {https://intranet.mydomain.net, Teams|https://teams.mydomain.net/sites/*}

MaxRecentDestinations      : 5000

MaxRecentFoldersInTree     : 20

CopyPropertiesOptionState  : Unchecked

CopyVersionsOptionState    : Unchecked

CopyPermissionsOptionState : Unchecked

MovePropertiesOptionState  : Checked

MoveVersionsOptionState    : Checked

MovePermissionsOptionState : Checked

IncludeMySite              : True

IncludeMembershipSites     : True

AllowUserSites             : True

UsePermissionLevels        : False

UseRecycleBin              : False

WarnOnVersionHistoryLoss   : True

WarnOnContentTypeLoss      : True

WarnOnMetaDataLoss         : True

CustomJSUrl                :

EnabledActions             : All