Move Site Content Database
Moves site collections between databases in SharePoint.
Automation Manager Policies that use SharePoint objects may require using PowerShell Remoting. As a result of this, if the remote computer is in a Workgroup but not connected to a Domain, the Policy will only function properly if it is run by the Administrator account of the remote computer. Attempting to run such a Policy using an account with administrative privileges but that is not the Administrator account will cause the Policy to fail.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Site URL | String | Yes | The address of the SharePoint site in which site collections will be moved. |
Destination Database Name | String | Yes | The name of the SharePoint database to which site collections will be moved. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Site URL | String | Yes | http://sitename |
Destination Database Name | String | Yes | WSS_Content_DB |