Removes the CopyMove configuration for a SharePoint list.
Syntax
Remove-CopyMoveListConfiguration [-Identity] <SPListPipeBind> [-Force <SwitchParameter>] [<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.
|
Force
|
No
|
SwitchParameter
|
Do not prompt for confirmation.
|
Examples
Removes the CopyMove configuration object for the list at https://teams.mydomain.net/sites/site1/testdocs
Remove-CopyMoveListConfiguration "https://teams.mydomain.net/sites/site1/testdocs"
|
|