Archive

Archive for the ‘PowerShell’ Category

Windows PowerShell compiled Help for SharePoint Server 2010

Here is the Microsoft Download center URL to a series of .chm files that contain the overview, use, and syntax for using PowerShell when administrating SharePoint Server 2010

Microsoft Download Center


Files in This Download

The links in this section correspond to separate files available in this download. Download the files most appropriate for you.
 
File Name:File Size 

AccessServicesCmdlets.chm

51 KB

Download

ECMCmdlets.chm

60 KB

Download

ExcelServicesApplicationCmdlets.chm

107 KB

Download

InfoPathCmdlets.chm

85 KB

Download

MetadataCmdlets.chm

63 KB

Download

PerformancePointCmdlets.chm

60 KB

Download

SearchCmdlets.chm

278 KB

Download

SecureStoreCmdlets.chm

70 KB

Download

SharePointFoundationSearchCmdlets.chm

44 KB

Download

SharePointProductsCmdlets.chm

459 KB

Download

StateServiceCmdlets.chm

71 KB

Download

UserProfileCmdlets.chm

60 KB

Download

VisioServicesCmdlets.chm

59 KB

Download

WebAnalyticsCmdlets.chm

46 KB

Download

WordServicesCmdlets.chm

46 KB

Download
February 21st, 2010 Neal McFee 1 comment

Access Services cmdlets (SharePoint Server 2010)

Updated: 2009-12-14

[This article is pre-release documentation and is subject to change in future releases.]

Access Services is a service in Microsoft SharePoint Server 2010 that lets an administrator view, edit, and configure a Microsoft Access application within a Web browser.

All Access Services settings support backup and recovery, regardless of whether there is a UI setting in Central Administration. However, backup and recovery only apply to service-level and administrative-level settings; end-user content from the Access application is not backed up as part of this process.

Access Services has Windows PowerShell functionality that you can use to provision the service or provision a new instance that uses settings from a previous backup; configure and manage macro and query setting; manage and configure session management; and configure all the global settings of the service.

The following cmdlets are available for Beta.

Cmdlet name

New-SPAccessServiceApplication

Get-SPAccessServiceApplication

Set-SPAccessServiceApplication

To download the AccessServicesCmdlets.chm file, see Windows PowerShell for SharePoint Server 2010 Beta (http://go.microsoft.com/fwlink/?LinkID=179124).

February 11th, 2010 Neal McFee No comments

Enterprise content management cmdlets (SharePoint Server 2010)

Updated: 2009-12-14

[This article is pre-release documentation and is subject to change in future releases.]

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.

Ee906562.note(en-us,office.14).gifNote:

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.

There are also cmdlets that support administration of metadata.

The following cmdlets are available for Beta.

Cmdlet name

Get-SPContentDeploymentJob

New-SPContentDeploymentJob

Remove-SPContentDeploymentJob

Set-SPContentDeploymentJob

Start-SPContentDeploymentJob

Get-SPContentDeploymentPath

New-SPContentDeploymentPath

Remove-SPContentDeploymentPath

Set-SPContentDeploymentPath

Clear-SPMetadataWebServicePartitionData

Export-SPMetadataWebServicePartitionData

Import-SPMetadataWebServicePartitionData

Get-SPSiteSubscriptionMetadataConfig

Remove-SPSiteSubscriptionMetadataConfig

Set-SPSiteSubscriptionMetadataConfig

Get-SPTaxonomySession

Get-SPMetadataServiceApplication

New-SPMetadataServiceApplication

Set-SPMetadataServiceApplication

Get-SPMetadataServiceApplicationProxy

New-SPMetadataServiceApplicationProxy

Set-SPMetadataServiceApplicationProxy

To download the ECMCmdlets.chm or MetadataCmdlets.chm file, see Windows PowerShell for SharePoint Server 2010 Beta (http://go.microsoft.com/fwlink/?LinkID=179124).

February 11th, 2010 Neal McFee No comments