Enterprise content management cmdlets (SharePoint Server 2010)
Published: May 12, 2010
Enterprise content management (ECM) is the strategies, methods, and tools used to obtain, retain, and deliver content and documents related to processes within an organization. In Microsoft SharePoint Server 2010, Windows PowerShell cmdlets focus on two aspects of content deployment functionality.
Content deployment copies content from a source SharePoint Server 2010 site collection to a destination site collection. You can copy the entire source site collection or a subset of sites.
Note:
|
|---|
|
Make sure that you run the initial content deployment as a full deployment. After you complete a full deployment, you can run an incremental deployment, which deploys only changed pages and related assets. |
The Windows PowerShell cmdlets that are related to content deployment focus on two areas:
-
Content deployment path A content deployment path defines the relationship between a source and destination site collection for content deployment. After you create a path, you can create jobs and associate them with the path to begin deploying content.
Use the Windows PowerShell noun, SPContentDeploymentPath, to retrieve, set, and create deployment paths. -
Content deployment job A content deployment job is associated with a content deployment path. It defines the specific content to be deployed from the source to the destination, and the schedule on which the deployment should occur.
The Windows PowerShell noun, SPContentDeploymentJob, lets the administrator retrieve, set, and create deployment jobs.
This article also lists cmdlets that support administration of metadata.
Content deployment
| Cmdlet name | Description |
|---|---|
|
Returns a content deployment job or a collection of content deployment jobs. |
|
|
Returns a content deployment path or a collection of content deployment paths. |
|
|
Displays the eDiscovery hub for a site subscription. |
|
|
Displays the search scope for the eDiscovery hub of the specified site collection. |
|
|
Creates a content deployment job. |
|
|
Creates a new content deployment path. |
|
|
Removes a content deployment job. |
|
|
Removes a content deployment path. |
|
|
Sets properties of a content deployment job. |
|
|
Sets properties of a content deployment path. |
|
|
Sets properties for the eDiscovery hub of a site subscription. |
|
|
Starts a content deployment job. |
Metadata administration
| Cmdlet name | Description |
|---|---|
|
Removes all data for a site subscription on a metadata Web service application |
|
|
Exports the data from a metadata Web service for a site subscription. |
|
|
Returns the properties of a service application or a collection of service applications. |
|
|
Returns the properties of a service application proxy or a collection of service application proxies. |
|
|
Returns the site subscription configuration settings for a metadata service application. |
|
|
Returns a TaxonomySession object. |
|
|
Restores the data for a site subscription. |
|
|
Creates a new metadata service application. |
|
|
Creates a new metadata service application proxy. |
|
|
Removes site subscription configuration settings. |
|
|
Sets the properties for a metadata service application. |
|
|
Sets the properties for a metadata service application proxy. |
|
|
Sets the site subscription configuration settings for a specified metadata service application. |
See Also
Change History
| Date | Description | Reason |
|---|---|---|
|
May 12, 2010 |
Initial publication |
|
Note: