Wednesday, September 29, 2010

The RPC server is unavailable : Error running SharePoint PowerShell cmdlet

While running SharePoint PowerShell cmdlet, I was facing this error,

New-SPWebApplication : An error occurred while getting information about the user sp_admin at server winsmarts.internal: The RPC server is unavailable At C:\SharedFolder\CreatingIntranetSiteStructure.ps1:40 char:21

+ New-SPWebApplication <<<<  -Name $AppName -Port $Port  -ApplicationPool $AppPool -ApplicationPoolAccount (Get-SPManagedAccount $UserAccount) -databaseserver $DBServer -databasename $DBName

+ CategoryInfo          : InvalidData: (Microsoft.Share...PWebApplication: SPCmdletNewSPWebApplication) [New-SPWebApplication], InvalidOperationException

The script is doing nothing else creating a new Web Application.

New-SPWebApplication -Name $AppName -Port $Port -ApplicationPool $AppPool -ApplicationPoolAccount (Get-SPManagedAccount $UserAccount) -databaseserver $DBServer -databasename $DBName

SharePoint Server and Database Server is running on the same box. After some investigation, it was found that my machine was connected to VPN, and after disconnecting VPN and doing a machine restart, script runs fine. More investigation is needed to find reason of this problem but this is a possible resolution of such issue.

Sunday, September 26, 2010

List of SharePoint OOTB Site Templates

Here is a list of site templates which comes with SharePoint Server. A list of templates can be obtained in SharePoint Management Shell by running these lines of script.

$globalAdmin = New-Object -TypeName "Microsoft.SharePoint.Administration.SPGlobalAdmin"

$webTemplates = $globalAdmin.VirtualServers[0].GetWebTemplates("1033")

$webTemplates | ft Name, Title, Description -AutoSize –Wrap

These web templates can be used in SharePoint development using Object Model or writing PowerShell scripts for SharePoint administration. i.e. this script creates a new web application and creates a site collection using Team Site web template.

$AppName = "My Test Web Application"
$AppPool = "TestApplicationPool"
$UserAccount = "winsmarts\sp_admin"
$Port = 3333
$DBServer = "SHAREPOINT2010\SQL_SERVER"
$DBName = "MyTestApplicationDataBase"

New-SPWebApplication -Name $AppName -Port $Port  -ApplicationPool $AppPool -ApplicationPoolAccount (Get-SPManagedAccount $UserAccount) -databaseserver $DBServer -databasename $DBName

# Set variables 
$SiteCollectionName = "Test Portal"
$SiteCollectionURL = http://sharepoint2010:3333


$SiteCollectionTemplate = "STS#0"
$SiteCollectionLanguage = 1033 
$SiteCollectionOwner = "winsmarts\sp_admin"

# Create a new Sharepoint Site Collection 
New-SPSite -URL $SiteCollectionURL -OwnerAlias $SiteCollectionOwner -Language $SiteCollectionLanguage -Template $SiteCollectionTemplate -Name $SiteCollectionName

Title

Name

Description

Global template

GLOBAL#0

This template is used for in initializing a new site.

Team Site

STS#0

A site for teams to quickly organize, author, and share information. It provides a document library, and lists for managing announcements, calendar items, tasks, and discussions

Blank Site

STS#1

A blank site for you to customize based on your requirements.

Document Workspace

STS#2

A site for colleagues to work together on a document. It provides a document library for storing the primary document and supporting files, a tasks list for assigning to-do items, and a links list for resources related to the document.

Basic Meeting Workspace

MPS#0

A site to plan, organize, and capture the results of a meeting. It provides lists for managing the agenda, meeting attendees, and documents.

Blank Meeting Workspace

MPS#1

A blank meeting site for you to customize based on your requirements.

Decision Meeting Workspace

MPS#2

A site for meetings that track status or make decisions. It provides lists for creating tasks, storing documents , and recording decisions.

Social Meeting Workspace

MPS#3

A site to plan social occasions. It provides lists for tracking attendees, providing directions, and storing pictures of the event.

Multipage Meeting Workspace

MPS#4

A site to plan, organize, and capture the results of a meeting. It provides lists for managing the agenda and meeting attendees in addition to two blank pages for you to customize based on your requirements.

Central Admin Site

CENTRALADMIN#0

A site for central administration. It provides Web pages and links for application and operations management.

Wiki Site

WIKI#0

A site for a community to brainstorm and share ideas. It provides Web pages that can be quickly edited to record information and then linked together through keywords.

Blog

BLOG#0

A site for a person or team to post ideas, observations, and expertise that site visitors can comment on.

Group Work Site

SGS#0

This template provides a groupware solution that enables teams to create, organize, and share information quickly and easily. It includes Group Calendar, Circulation, Phone-Call Memo, the Document Library and the other basic lists.

Tenant Admin Site

TENANTADMIN#0

A site for tenant administration. It provides Web pages and links for self-serve administration.

Access Services Site

ACCSRV#0

Microsoft Access Server.

Assets Web Database

ACCSRV#1

Create an assets database to keep track of assets, including asset details and owners.

Charitable Contributions Web Database

ACCSRV#3

Create a database to track information about fundraising campaigns including donations made by contributors, campaign related events, and pending tasks.

Contacts Web Database

ACCSRV#4

Create a contacts database to manage information about people that your team works with, such as customers and partners.

Issues Web Database

ACCSRV#6

Create an issues database to manage a set of issues or problems. You can assign, prioritize, and follow the progress of issues from start to finish.

Projects Web Database

ACCSRV#5

Create a project tracking database to track multiple projects, and assign tasks to different people.

Document Center

BDR#0

A site to centrally manage documents in your enterprise.

(obsolete) Records Center

OFFILE#0

(obsolete) This template creates a site designed for records management. Records managers can configure the routing table to direct incoming files to specific locations. The site also lets you manage whether records can be deleted or modified after they are added to the repository.

Records Center

OFFILE#1

This template creates a site designed for records management. Records managers can configure the routing table to direct incoming files to specific locations. The site also lets you manage whether records can be deleted or modified after they are added to the repository.

Shared Services Administration Site

OSRV#0

This template creates a site for administering shared services.

PerformancePoint

PPSMASite#0

A site for presenting PerformancePoint dashboards and scorecards. The site also includes links to PerformancePoint Dashboard Designer and storage for dashboard content such as analytic charts, reports, KPIs, and strategy maps.

Business Intelligence Center

BICenterSite#0

A site for presenting Business Intelligence Center.

SharePoint Portal Server Site

SPS#0

This template is obsolete.

SharePoint Portal Server Personal Space

SPSPERS#0

This web template defines a Personal Space for an individual participating on a SharePoint Portal.

Personalization Site

SPSMSITE#0

A site for delivering personalized views, data, and navigation from this site collection into My Site. It includes personalization specific Web Parts and navigation that is optimized for My Site sites.

Contents area Template

SPSTOC#0

This template is obsolete.

Topic area template

SPSTOPIC#0

This template is obsolete.

News Site

SPSNEWS#0

This template is obsolete.

Publishing Site

CMSPUBLISHING#0

A blank site for expanding your Web site and quickly publishing Web pages. Contributors can work on draft versions of pages and publish them to make them visible to readers. The site includes document and image libraries for storing Web publishing assets.

Publishing Site

BLANKINTERNET#0

This template creates a site for publishing Web pages on a schedule, with workflow features enabled. By default, only Publishing subsites can be created under this site. A Document and Picture Library are included for storing Web publishing assets.

Press Releases Site

BLANKINTERNET#1

This template creates the Press Releases subsite for an Internet-facing corporate presence website.

Publishing Site with Workflow

BLANKINTERNET#2

A site for publishing Web pages on a schedule by using approval workflows. It includes document and image libraries for storing Web publishing assets. By default, only sites with this template can be created under this site.

News Site

SPSNHOME#0

A site for publishing news articles and links to news articles. It includes a sample news page and an archive for storing older news items.

Site Directory

SPSSITES#0

A site for listing and categorizing important sites in your organization. It includes different views for categorized sites, top sites, and a site map.

Community area template

SPSCOMMU#0

This template is obsolete.

Report Center

SPSREPORTCENTER#0

A site for creating, managing, and delivering Web pages, dashboards, and key performance indicators that communicate metrics, goals, and business intelligence information.

Collaboration Portal

SPSPORTAL#0

A starter site hierarchy for an intranet divisional portal. It includes a home page, a News site, a Site Directory, a Document Center, and a Search Center with Tabs. Typically, this site has nearly as many contributors as readers and is used to host team sites.

Enterprise Search Center

SRCHCEN#0

A site for delivering the search experience. The welcome page includes a search box with two tabs: one for general searches, and another for searches for information about people. You can add and customize tabs to focus on other search scopes or result types.

Profiles

PROFILES#0

This template creates a profile site that includes page layout with zones.

Publishing Portal

BLANKINTERNETCONTAINER#0

A starter site hierarchy for an Internet-facing site or a large intranet portal. This site can be customized easily with distinctive branding. It includes a home page, a sample press releases sub site, a Search Center, and a login page. Typically, this site has many more readers than contributors, and it is used to publish Web pages with approval workflows.

My Site Host

SPSMSITEHOST#0

A site used for hosting personal sites (My Sites) and the public People Profile page. This template needs to be provisioned only once per User Profile Service Application, please consult the documentation for details.

Enterprise Wiki

ENTERWIKI#0

A site for publishing knowledge that you capture and want to share across the enterprise. It provides an easy content editing experience in a single location for co-authoring content, discussions, and project management.

Basic Search Center

SRCHCENTERLITE#0

A site for delivering the search experience. The site includes pages for search results and advanced searches.

Basic Search Center

SRCHCENTERLITE#1

The Search Center template creates pages dedicated to search. The main welcome page features a simple search box in the center of the page. The template includes a search results and an advanced search page. This Search Center will not appear in navigation.

FAST Search Center

SRCHCENTERFAST#0

A site for delivering the FAST search experience. The welcome page includes a search box with two tabs: one for general searches, and another for searches for information about people. You can add and customize tabs to focus on other search scopes or result types.

Visio Process Repository

VISPRUS#0

A site for teams to quickly view, share, and store Visio process diagrams. It provides a versioned document library for storing process diagrams, and lists for managing announcements, tasks, and review discussions.

 
 

Friday, September 17, 2010

List of PowerShell commands for SharePoint 2010

          To administrate SharePoint Server 2010 Farm and doing day to day task, a SharePoint 2010 Administrator must have strong knowledge of how to use PowerShell commands for SharePoint 2010 using SharePoint 2010 Management Shell. There are more than 500 PowerShell commands for SharePoint 2010 and it gives administrator more power and flexibility. Command line tool “STSADM” is still available for SharePoint 2010 administration but in future versions of SharePoint, “STSADM” will be deprecated and PowerShell cmdlets will be only way to administrate SharePoint via command line. To get the complete list of PowerShell cmdlets available in SharePoint 2010 PowerShell namespace, use PowerShell command.

A list of cmdlets can be obtained like this

Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | format-table name > C:\SP2010Cmdlets.txt

More descriptive list can be found using this command

Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | format-list > C:\SP2010Cmdlets.txt

Microsoft has provided Windows PowerShell compiled help files for SharePoint 2010 at Microsoft Download Center. These help files explain cmdlets with detailed description and examples. These compiled help files can be downloaded from here. Windows PowerShell compiled Help for SharePoint Server 2010

List of Cmdlets

Add-SPClaimTypeMapping                                                        
Add-SPDiagnosticsPerformanceCounter                                           
Add-SPInfoPathUserAgent                                                       
Add-SPPluggableSecurityTrimmer                                                
Add-SPServiceApplicationProxyGroupMember                                      
Add-SPShellAdmin                                                              
Add-SPSiteSubscriptionFeaturePackMember                                       
Add-SPSiteSubscriptionProfileConfig                                           
Add-SPSolution                                                                
Add-SPUserSolution                                                            
Backup-SPConfigurationDatabase                                                
Backup-SPFarm                                                                 
Backup-SPSite                                                                 
Clear-SPLogLevel                                                              
Clear-SPMetadataWebServicePartitionData                                       
Clear-SPPerformancePointServiceApplicationTrustedLocation                     
Clear-SPSecureStoreCredentialMapping                                          
Clear-SPSecureStoreDefaultProvider                                            
Clear-SPSiteSubscriptionBusinessDataCatalogConfig                             
Connect-SPConfigurationDatabase                                               
Copy-SPBusinessDataCatalogAclToChildren                                       
Disable-SPBusinessDataCatalogEntity                                           
Disable-SPFeature                                                             
Disable-SPSessionStateService                                                 
Disable-SPSingleSignOn                                                        
Disable-SPTimerJob                                                            
Disable-SPWebApplicationHttpThrottling                                        
Disconnect-SPConfigurationDatabase                                            
Dismount-SPContentDatabase                                                    
Dismount-SPStateServiceDatabase                                               
Enable-SPBusinessDataCatalogEntity                                            
Enable-SPFeature                                                              
Enable-SPSessionStateService                                                  
Enable-SPTimerJob                                                             
Enable-SPWebApplicationHttpThrottling                                         
Export-SPBusinessDataCatalogModel                                             
Export-SPEnterpriseSearchTopology                                             
Export-SPInfoPathAdministrationFiles                                          
Export-SPMetadataWebServicePartitionData                                      
Export-SPSiteSubscriptionBusinessDataCatalogConfig                            
Export-SPSiteSubscriptionSettings                                             
Export-SPWeb                                                                  
Get-SPAlternateURL                                                            
Get-SPAuthenticationProvider                                                  
Get-SPBackupHistory                                                           
Get-SPBrowserCustomerExperienceImprovementProgram                             
Get-SPBusinessDataCatalogMetadataObject                                       
Get-SPBusinessDataCatalogThrottleConfig                                       
Get-SPCertificateAuthority                                                    
Get-SPClaimProvider                                                           
Get-SPClaimProviderManager                                                    
Get-SPContentDatabase                                                         
Get-SPContentDeploymentJob                                                    
Get-SPContentDeploymentPath                                                   
Get-SPCustomLayoutsPage                                                       
Get-SPDatabase                                                                
Get-SPDataConnectionFile                                                      
Get-SPDataConnectionFileDependent                                             
Get-SPDesignerSettings                                                        
Get-SPDiagnosticConfig                                                        
Get-SPDiagnosticsPerformanceCounter                                           
Get-SPDiagnosticsProvider                                                     
Get-SPEnterpriseSearchAdministrationComponent                                 
Get-SPEnterpriseSearchCrawlComponent                                          
Get-SPEnterpriseSearchCrawlContentSource                                      
Get-SPEnterpriseSearchCrawlCustomConnector                                    
Get-SPEnterpriseSearchCrawlDatabase                                           
Get-SPEnterpriseSearchCrawlExtension                                          
Get-SPEnterpriseSearchCrawlMapping                                            
Get-SPEnterpriseSearchCrawlRule                                               
Get-SPEnterpriseSearchCrawlTopology                                           
Get-SPEnterpriseSearchIndexPartition                                          
Get-SPEnterpriseSearchLanguageResourcePhrase                                  
Get-SPEnterpriseSearchMetadataCategory                                        
Get-SPEnterpriseSearchMetadataCrawledProperty                                 
Get-SPEnterpriseSearchMetadataManagedProperty                                 
Get-SPEnterpriseSearchMetadataMapping                                         
Get-SPEnterpriseSearchPropertyDatabase                                        
Get-SPEnterpriseSearchQueryAndSiteSettingsService                             
Get-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance                     
Get-SPEnterpriseSearchQueryAndSiteSettingsServiceProxy                        
Get-SPEnterpriseSearchQueryAuthority                                          
Get-SPEnterpriseSearchQueryComponent                                          
Get-SPEnterpriseSearchQueryDemoted                                            
Get-SPEnterpriseSearchQueryKeyword                                            
Get-SPEnterpriseSearchQueryScope                                              
Get-SPEnterpriseSearchQueryScopeRule                                          
Get-SPEnterpriseSearchQuerySuggestionCandidates                               
Get-SPEnterpriseSearchQueryTopology                                           
Get-SPEnterpriseSearchRankingModel                                            
Get-SPEnterpriseSearchSecurityTrimmer                                         
Get-SPEnterpriseSearchService                                                 
Get-SPEnterpriseSearchServiceApplication                                      
Get-SPEnterpriseSearchServiceApplicationProxy                                 
Get-SPEnterpriseSearchServiceInstance                                         
Get-SPEnterpriseSearchSiteHitRule                                             
Get-SPFarm                                                                    
Get-SPFarmConfig                                                              
Get-SPFeature                                                                 
Get-SPHelpCollection                                                          
Get-SPInfoPathFormsService                                                    
Get-SPInfoPathFormTemplate                                                    
Get-SPInfoPathUserAgent                                                       
Get-SPInfoPathWebServiceProxy                                                 
Get-SPLogEvent                                                                
Get-SPLogLevel                                                                
Get-SPManagedAccount                                                          
Get-SPManagedPath                                                             
Get-SPMetadataServiceApplication                                              
Get-SPMetadataServiceApplicationProxy                                         
Get-SPMobileMessagingAccount                                                  
Get-SPPerformancePointSecureDataValues                                        
Get-SPPerformancePointServiceApplication                                      
Get-SPPerformancePointServiceApplicationTrustedLocation                       
Get-SPPluggableSecurityTrimmer                                                
Get-SPProcessAccount                                                          
Get-SPProduct                                                                 
Get-SPProfileServiceApplicationSecurity                                       
Get-SPSearchService                                                           
Get-SPSearchServiceInstance                                                   
Get-SPSecureStoreApplication                                                  
Get-SPSecurityTokenServiceConfig                                              
Get-SPServer                                                                  
Get-SPServiceApplication                                                      
Get-SPServiceApplicationEndpoint                                              
Get-SPServiceApplicationPool                                                  
Get-SPServiceApplicationProxy                                                 
Get-SPServiceApplicationProxyGroup                                            
Get-SPServiceApplicationSecurity                                              
Get-SPServiceContext                                                          
Get-SPServiceHostConfig                                                       
Get-SPServiceInstance                                                         
Get-SPSessionStateService                                                     
Get-SPShellAdmin                                                              
Get-SPSite                                                                    
Get-SPSiteAdministration                                                      
Get-SPSiteSubscription                                                        
Get-SPSiteSubscriptionConfig                                                  
Get-SPSiteSubscriptionEdiscoveryHub                                           
Get-SPSiteSubscriptionEdiscoverySearchScope                                   
Get-SPSiteSubscriptionFeaturePack                                             
Get-SPSiteSubscriptionMetadataConfig                                          
Get-SPSolution                                                                
Get-SPStateServiceApplication                                                 
Get-SPStateServiceApplicationProxy                                            
Get-SPStateServiceDatabase                                                    
Get-SPTaxonomySession                                                         
Get-SPTimerJob                                                                
Get-SPTopologyServiceApplication                                              
Get-SPTopologyServiceApplicationProxy                                         
Get-SPTrustedIdentityTokenIssuer                                              
Get-SPTrustedRootAuthority                                                    
Get-SPTrustedServiceTokenIssuer                                               
Get-SPUsageApplication                                                        
Get-SPUsageDefinition                                                         
Get-SPUsageService                                                            
Get-SPUser                                                                    
Get-SPUserSolution                                                            
Get-SPWeb                                                                     
Get-SPWebAnalyticsServiceApplication                                          
Get-SPWebAnalyticsServiceApplicationProxy                                     
Get-SPWebApplication                                                          
Get-SPWebApplicationHttpThrottlingMonitor                                     
Get-SPWebPartPack                                                             
Get-SPWebTemplate                                                             
Get-SPWorkflowConfig                                                          
Grant-SPBusinessDataCatalogMetadataObject                                     
Grant-SPObjectSecurity                                                        
Import-SPBusinessDataCatalogDotNetAssembly                                    
Import-SPBusinessDataCatalogModel                                             
Import-SPEnterpriseSearchTopology                                             
Import-SPInfoPathAdministrationFiles                                          
Import-SPMetadataWebServicePartitionData                                      
Import-SPSiteSubscriptionBusinessDataCatalogConfig                            
Import-SPSiteSubscriptionSettings                                             
Import-SPWeb                                                                  
Initialize-SPResourceSecurity                                                 
Initialize-SPStateServiceDatabase                                             
Install-SPApplicationContent                                                  
Install-SPDataConnectionFile                                                  
Install-SPFeature                                                             
Install-SPHelpCollection                                                      
Install-SPService                                                             
Install-SPSolution                                                            
Install-SPUserSolution                                                        
Install-SPWebPartPack                                                         
Install-SPWebTemplate                                                         
Merge-SPLogFile                                                               
Mount-SPContentDatabase                                                       
Mount-SPStateServiceDatabase                                                  
Move-SPBlobStorageLocation                                                    
Move-SPProfileManagedMetadataProperty                                         
Move-SPSite                                                                   
Move-SPUser                                                                   
New-SPAlternateURL                                                            
New-SPAuthenticationProvider                                                  
New-SPBusinessDataCatalogServiceApplication                                   
New-SPBusinessDataCatalogServiceApplicationProxy                              
New-SPCentralAdministration                                                   
New-SPClaimProvider                                                           
New-SPClaimsPrincipal                                                         
New-SPClaimTypeMapping                                                        
New-SPConfigurationDatabase                                                   
New-SPContentDatabase                                                         
New-SPContentDeploymentJob                                                    
New-SPContentDeploymentPath                                                   
New-SPEnterpriseSearchCrawlComponent                                          
New-SPEnterpriseSearchCrawlContentSource                                      
New-SPEnterpriseSearchCrawlCustomConnector                                    
New-SPEnterpriseSearchCrawlDatabase                                           
New-SPEnterpriseSearchCrawlExtension                                          
New-SPEnterpriseSearchCrawlMapping                                            
New-SPEnterpriseSearchCrawlRule                                               
New-SPEnterpriseSearchCrawlTopology                                           
New-SPEnterpriseSearchLanguageResourcePhrase                                  
New-SPEnterpriseSearchMetadataCategory                                        
New-SPEnterpriseSearchMetadataCrawledProperty                                 
New-SPEnterpriseSearchMetadataManagedProperty                                 
New-SPEnterpriseSearchMetadataMapping                                         
New-SPEnterpriseSearchPropertyDatabase                                        
New-SPEnterpriseSearchQueryAuthority                                          
New-SPEnterpriseSearchQueryComponent                                          
New-SPEnterpriseSearchQueryDemoted                                            
New-SPEnterpriseSearchQueryKeyword                                            
New-SPEnterpriseSearchQueryScope                                              
New-SPEnterpriseSearchQueryScopeRule                                          
New-SPEnterpriseSearchQueryTopology                                           
New-SPEnterpriseSearchRankingModel                                            
New-SPEnterpriseSearchSecurityTrimmer                                         
New-SPEnterpriseSearchServiceApplication                                      
New-SPEnterpriseSearchServiceApplicationProxy                                 
New-SPEnterpriseSearchSiteHitRule                                             
New-SPLogFile                                                                 
New-SPManagedAccount                                                          
New-SPManagedPath                                                             
New-SPMetadataServiceApplication                                              
New-SPMetadataServiceApplicationProxy                                         
New-SPPerformancePointServiceApplication                                      
New-SPPerformancePointServiceApplicationProxy                                 
New-SPPerformancePointServiceApplicationTrustedLocation                       
New-SPProfileServiceApplication                                               
New-SPProfileServiceApplicationProxy                                          
New-SPSecureStoreApplication                                                  
New-SPSecureStoreApplicationField                                             
New-SPSecureStoreServiceApplication                                           
New-SPSecureStoreServiceApplicationProxy                                      
New-SPSecureStoreTargetApplication                                            
New-SPServiceApplicationPool                                                  
New-SPServiceApplicationProxyGroup                                            
New-SPSite                                                                    
New-SPSiteSubscription                                                        
New-SPSiteSubscriptionFeaturePack                                             
New-SPStateServiceApplication                                                 
New-SPStateServiceApplicationProxy                                            
New-SPStateServiceDatabase                                                    
New-SPSubscriptionSettingsServiceApplication                                  
New-SPSubscriptionSettingsServiceApplicationProxy                             
New-SPTrustedIdentityTokenIssuer                                              
New-SPTrustedRootAuthority                                                    
New-SPTrustedServiceTokenIssuer                                               
New-SPUsageApplication                                                        
New-SPUsageLogFile                                                            
New-SPUser                                                                    
New-SPWeb                                                                     
New-SPWebAnalyticsServiceApplication                                          
New-SPWebAnalyticsServiceApplicationProxy                                     
New-SPWebApplication                                                          
New-SPWebApplicationExtension                                                 
New-SPWordConversionServiceApplication                                        
Ping-SPEnterpriseSearchContentService                                         
Publish-SPServiceApplication                                                  
Receive-SPServiceApplicationConnectionInfo                                    
Remove-SPAlternateURL                                                         
Remove-SPBusinessDataCatalogModel                                             
Remove-SPClaimProvider                                                        
Remove-SPClaimTypeMapping                                                     
Remove-SPConfigurationDatabase                                                
Remove-SPContentDatabase                                                      
Remove-SPContentDeploymentJob                                                 
Remove-SPContentDeploymentPath                                                
Remove-SPDiagnosticsPerformanceCounter                                        
Remove-SPEnterpriseSearchCrawlComponent                                       
Remove-SPEnterpriseSearchCrawlContentSource                                   
Remove-SPEnterpriseSearchCrawlCustomConnector                                 
Remove-SPEnterpriseSearchCrawlDatabase                                        
Remove-SPEnterpriseSearchCrawlExtension                                       
Remove-SPEnterpriseSearchCrawlMapping                                         
Remove-SPEnterpriseSearchCrawlRule                                            
Remove-SPEnterpriseSearchCrawlTopology                                        
Remove-SPEnterpriseSearchLanguageResourcePhrase                               
Remove-SPEnterpriseSearchMetadataCategory                                     
Remove-SPEnterpriseSearchMetadataManagedProperty                              
Remove-SPEnterpriseSearchMetadataMapping                                      
Remove-SPEnterpriseSearchPropertyDatabase                                     
Remove-SPEnterpriseSearchQueryAuthority                                       
Remove-SPEnterpriseSearchQueryComponent                                       
Remove-SPEnterpriseSearchQueryDemoted                                         
Remove-SPEnterpriseSearchQueryKeyword                                         
Remove-SPEnterpriseSearchQueryScope                                           
Remove-SPEnterpriseSearchQueryScopeRule                                       
Remove-SPEnterpriseSearchQueryTopology                                        
Remove-SPEnterpriseSearchRankingModel                                         
Remove-SPEnterpriseSearchSecurityTrimmer                                      
Remove-SPEnterpriseSearchServiceApplication                                   
Remove-SPEnterpriseSearchServiceApplicationProxy                              
Remove-SPEnterpriseSearchSiteHitRule                                          
Remove-SPInfoPathUserAgent                                                    
Remove-SPManagedAccount                                                       
Remove-SPManagedPath                                                          
Remove-SPPerformancePointServiceApplication                                   
Remove-SPPerformancePointServiceApplicationProxy                              
Remove-SPPerformancePointServiceApplicationTrustedLocation                    
Remove-SPPluggableSecurityTrimmer                                             
Remove-SPSecureStoreApplication                                               
Remove-SPServiceApplication                                                   
Remove-SPServiceApplicationPool                                               
Remove-SPServiceApplicationProxy                                              
Remove-SPServiceApplicationProxyGroup                                         
Remove-SPServiceApplicationProxyGroupMember                                   
Remove-SPShellAdmin                                                           
Remove-SPSite                                                                 
Remove-SPSiteSubscription                                                     
Remove-SPSiteSubscriptionBusinessDataCatalogConfig                            
Remove-SPSiteSubscriptionFeaturePack                                          
Remove-SPSiteSubscriptionFeaturePackMember                                    
Remove-SPSiteSubscriptionMetadataConfig                                       
Remove-SPSiteSubscriptionProfileConfig                                        
Remove-SPSiteSubscriptionSettings                                             
Remove-SPSocialItemByDate                                                     
Remove-SPSolution                                                             
Remove-SPSolutionDeploymentLock                                               
Remove-SPStateServiceDatabase                                                 
Remove-SPTrustedIdentityTokenIssuer                                           
Remove-SPTrustedRootAuthority                                                 
Remove-SPTrustedServiceTokenIssuer                                            
Remove-SPUsageApplication                                                     
Remove-SPUser                                                                 
Remove-SPUserSolution                                                         
Remove-SPWeb                                                                  
Remove-SPWebApplication                                                       
Remove-SPWordConversionServiceJobHistory                                      
Rename-SPServer                                                               
Repair-SPManagedAccountDeployment                                             
Restart-SPEnterpriseSearchQueryComponent                                      
Restore-SPEnterpriseSearchServiceApplication                                  
Restore-SPFarm                                                                
Restore-SPSite                                                                
Resume-SPEnterpriseSearchServiceApplication                                   
Resume-SPStateServiceDatabase                                                 
Revoke-SPBusinessDataCatalogMetadataObject                                    
Revoke-SPObjectSecurity                                                       
Set-SPAlternateURL                                                            
Set-SPBrowserCustomerExperienceImprovementProgram                             
Set-SPBusinessDataCatalogMetadataObject                                       
Set-SPBusinessDataCatalogServiceApplication                                   
Set-SPBusinessDataCatalogThrottleConfig                                       
Set-SPCentralAdministration                                                   
Set-SPClaimProvider                                                           
Set-SPContentDatabase                                                         
Set-SPContentDeploymentJob                                                    
Set-SPContentDeploymentPath                                                   
Set-SPCustomLayoutsPage                                                       
Set-SPDataConnectionFile                                                      
Set-SPDesignerSettings                                                        
Set-SPDiagnosticConfig                                                        
Set-SPDiagnosticsProvider                                                     
Set-SPEnterpriseSearchAdministrationComponent                                 
Set-SPEnterpriseSearchCrawlContentSource                                      
Set-SPEnterpriseSearchCrawlDatabase                                           
Set-SPEnterpriseSearchCrawlRule                                               
Set-SPEnterpriseSearchCrawlTopology                                           
Set-SPEnterpriseSearchIndexPartition                                          
Set-SPEnterpriseSearchMetadataCategory                                        
Set-SPEnterpriseSearchMetadataCrawledProperty                                 
Set-SPEnterpriseSearchMetadataManagedProperty                                 
Set-SPEnterpriseSearchMetadataMapping                                         
Set-SPEnterpriseSearchPropertyDatabase                                        
Set-SPEnterpriseSearchQueryAuthority                                          
Set-SPEnterpriseSearchQueryComponent                                          
Set-SPEnterpriseSearchQueryKeyword                                            
Set-SPEnterpriseSearchQueryScope                                              
Set-SPEnterpriseSearchQueryScopeRule                                          
Set-SPEnterpriseSearchQueryTopology                                           
Set-SPEnterpriseSearchRankingModel                                            
Set-SPEnterpriseSearchService                                                 
Set-SPEnterpriseSearchServiceApplication                                      
Set-SPEnterpriseSearchServiceApplicationProxy                                 
Set-SPEnterpriseSearchServiceInstance                                         
Set-SPFarmConfig                                                              
Set-SPInfoPathFormsService                                                    
Set-SPInfoPathFormTemplate                                                    
Set-SPInfoPathWebServiceProxy                                                 
Set-SPLogLevel                                                                
Set-SPManagedAccount                                                          
Set-SPMetadataServiceApplication                                              
Set-SPMetadataServiceApplicationProxy                                         
Set-SPMobileMessagingAccount                                                  
Set-SPPassPhrase                                                              
Set-SPPerformancePointSecureDataValues                                        
Set-SPPerformancePointServiceApplication                                      
Set-SPProfileServiceApplication                                               
Set-SPProfileServiceApplicationProxy                                          
Set-SPProfileServiceApplicationSecurity                                       
Set-SPSearchService                                                           
Set-SPSearchServiceInstance                                                   
Set-SPSecureStoreApplication                                                  
Set-SPSecureStoreDefaultProvider                                              
Set-SPSecureStoreServiceApplication                                           
Set-SPSecurityTokenServiceConfig                                              
Set-SPServiceApplication                                                      
Set-SPServiceApplicationEndpoint                                              
Set-SPServiceApplicationPool                                                  
Set-SPServiceApplicationSecurity                                              
Set-SPServiceHostConfig                                                       
Set-SPSessionStateService                                                     
Set-SPSite                                                                    
Set-SPSiteAdministration                                                      
Set-SPSiteSubscriptionConfig                                                  
Set-SPSiteSubscriptionEdiscoveryHub                                           
Set-SPSiteSubscriptionMetadataConfig                                          
Set-SPSiteSubscriptionProfileConfig                                           
Set-SPStateServiceApplication                                                 
Set-SPStateServiceApplicationProxy                                            
Set-SPStateServiceDatabase                                                    
Set-SPSubscriptionSettingsServiceApplication                                  
Set-SPTimerJob                                                                
Set-SPTopologyServiceApplication                                              
Set-SPTopologyServiceApplicationProxy                                         
Set-SPTrustedIdentityTokenIssuer                                              
Set-SPTrustedRootAuthority                                                    
Set-SPTrustedServiceTokenIssuer                                               
Set-SPUsageApplication                                                        
Set-SPUsageDefinition                                                         
Set-SPUsageService                                                            
Set-SPUser                                                                    
Set-SPWeb                                                                     
Set-SPWebAnalyticsServiceApplication                                          
Set-SPWebAnalyticsServiceApplicationProxy                                     
Set-SPWebApplication                                                          
Set-SPWebApplicationHttpThrottlingMonitor                                     
Set-SPWebTemplate                                                             
Set-SPWordConversionServiceApplication                                        
Set-SPWorkflowConfig                                                          
Start-SPAdminJob                                                              
Start-SPAssignment                                                            
Start-SPContentDeploymentJob                                                  
Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance                   
Start-SPEnterpriseSearchServiceInstance                                       
Start-SPInfoPathFormTemplate                                                  
Start-SPServiceInstance                                                       
Start-SPTimerJob                                                              
Stop-SPAssignment                                                             
Stop-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance                    
Stop-SPEnterpriseSearchServiceInstance                                        
Stop-SPInfoPathFormTemplate                                                   
Stop-SPServiceInstance                                                        
Suspend-SPEnterpriseSearchServiceApplication                                  
Suspend-SPStateServiceDatabase                                                
Test-SPContentDatabase                                                        
Test-SPInfoPathFormTemplate                                                   
Uninstall-SPDataConnectionFile                                                
Uninstall-SPFeature                                                           
Uninstall-SPHelpCollection                                                    
Uninstall-SPSolution                                                          
Uninstall-SPUserSolution                                                      
Uninstall-SPWebPartPack                                                       
Uninstall-SPWebTemplate                                                       
Unpublish-SPServiceApplication                                                
Update-SPFarmEncryptionKey                                                    
Update-SPInfoPathAdminFileUrl                                                 
Update-SPInfoPathFormTemplate                                                 
Update-SPInfoPathUserFileUrl                                                  
Update-SPProfilePhotoStore                                                    
Update-SPSecureStoreApplicationServerKey                                      
Update-SPSecureStoreCredentialMapping                                         
Update-SPSecureStoreGroupCredentialMapping                                    
Update-SPSecureStoreMasterKey                                                 
Update-SPSolution                                                             
Update-SPUserSolution                                                         
Upgrade-SPContentDatabase                                                     
Upgrade-SPEnterpriseSearchServiceApplication                                  
Upgrade-SPSingleSignOnDatabase