Skip to content

Commit 69fae4c

Browse files
author
Owen Duncan
committed
Cleaning up formatting.
1 parent c1a3c65 commit 69fae4c

12 files changed

Lines changed: 2 additions & 124 deletions

docs/analysis-services/instances/install-windows/checklist-use-powershell-to-verify-power-pivot-for-sharepoint.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,8 @@ ms.workload: "Inactive"
2323
[!INCLUDE[ssas-appliesto-sqlas](../../../includes/ssas-appliesto-sqlas.md)]
2424
No [!INCLUDE[ssGeminiShort](../../../includes/ssgeminishort-md.md)] installation or recovery operation is complete without a solid verification test pass that confirms your services and data are operational. In this article, we show you how to perform these steps using Windows PowerShell. We put each step into its own section so that you can go straight to specific tasks. For example, run the script in the [Databases](#bkmk_databases) section of this topic to verify the name of the service application and content databases if you want to schedule them for maintenance or backup.
2525

26-
|||
27-
|-|-|
28-
|![PowerShell related content](../../../analysis-services/instances/install-windows/media/rs-powershellicon.jpg "PowerShell related content")|A full PowerShell script is included at the bottom of the topic. Use the full script as a starting point to build a custom script for auditing your full [!INCLUDE[ssGeminiShort](../../../includes/ssgeminishort-md.md)] deployment.|
29-
30-
||
31-
|-|
32-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2013 | SharePoint 2010|
26+
![PowerShell related content](../../../analysis-services/instances/install-windows/media/rs-powershellicon.jpg "PowerShell related content") A full PowerShell script is included at the bottom of the topic. Use the full script as a starting point to build a custom script for auditing your full [!INCLUDE[ssGeminiShort](../../../includes/ssgeminishort-md.md)] deployment.
3327

34-
**In this topic**: The lettered items in the following the TOC correspond to areas of the diagram. The diagram illustrates the
35-
36-
|||
37-
|-|-|
38-
|[Prepare your PowerShell environment](#bkmk_prerequisites)<br /><br /> [Symptoms and Recommended Actions](#bkmk_symptoms)<br /><br /> **(A)** [Analysis Services Windows Service](#bkmk_windows_service)<br /><br /> **(B)** [PowerPivotSystemService and PowerPivotEngineSerivce](#bkmk_engine_and_system_service)<br /><br /> **(C)** [Power Pivot Service Application(s) and proxies](#bkmk_powerpivot_service_application)<br /><br /> **(D)** [Databases](#bkmk_databases)<br /><br /> [SharePoint Features](#bkmk_features)<br /><br /> [Timer Jobs](#bkmk_timer_jobs)<br /><br /> [Health Rules](#bkmk_health_rules)<br /><br /> **(E)** [Windows and ULS Logs](#bkmk_logs)<br /><br /> [MSOLAP Provider](#bkmk_msolap)<br /><br /> [ADOMD.Net client Library](#bkmk_adomd)<br /><br /> [Health Data Collection Rules](#bkmk_health_collection)<br /><br /> [Solutions](#bkmk_solutions)<br /><br /> [Manual Verification Steps](#bkmk_manual)<br /><br /> [More Resources](#bkmk_more_resources)<br /><br /> [Full PowerShell Script](#bkmk_full_script)|![powershell verification of powerpivot](../../../analysis-services/instances/install-windows/media/ssas-powershell-component-verification.png "powershell verification of powerpivot")|
3928

4029
## <a name="bkmk_prerequisites"></a> Prepare your PowerShell environment
4130
The steps in this section prepare your PowerShell environment. The steps may not be required, depending on how your scripting environment is currently configured.

docs/analysis-services/instances/install-windows/configure-analysis-services-and-kerberos-constrained-delegation-kcd.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ ms.workload: "Inactive"
2323
[!INCLUDE[ssas-appliesto-sqlas](../../../includes/ssas-appliesto-sqlas.md)]
2424
Kerberos constrained delegation (KCD) is an authentication protocol you can configure with Windows authentication to delegate client credentials from service to service throughout your environment. KCD requires additional infrastructure, for example a Domain Controller, and additional configuration of your environment. KCD is a requirement in some scenarios that involve [!INCLUDE[ssASnoversion](../../../includes/ssasnoversion-md.md)] and [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] data with SharePoint 2016. In SharePoint 2016, Excel Services has moved outside the SharePoint farm to a separate and new server, the **Office Online Server**. Because the Office Online Server is separate, there is an increased need for a way to delegate client credentials in the typical two hop scenarios.
2525

26-
||
27-
|-|
28-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2016|
29-
3026
## Overview
3127
KCD enables an account to impersonate another account for the purpose of providing access to resources. The impersonating account would be a service account assigned to a web application or the computer account of a web server while the impersonated account would be a user account requiring access to resources. KCD operates at the service level, so that selected services on a server can be granted access by the impersonating account, while other services on the same server, or services on other servers are denied for access.
3228

docs/analysis-services/instances/install-windows/configure-power-pivot-and-deploy-solutions-sharepoint-2013.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ ms.workload: "Inactive"
3131

3232
For information on installing the [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2013 Configuration tool, see [Install or Uninstall the Power Pivot for SharePoint Add-in &#40;SharePoint 2013&#41;](../../../analysis-services/instances/install-windows/install-or-uninstall-the-power-pivot-for-sharepoint-add-in-sharepoint-2013.md)
3333

34-
This topic contains the following sections:
35-
36-
[Run Power Pivot for SharePoint 2013 configuration](#bkmk_run_configuration_tool)
37-
38-
[Verify Power Pivot Configuration](#bkmk_verify_powerpivot)
39-
40-
[Troubleshoot Issues](#bkmk_troubleshoot_issues)
41-
42-
||
43-
|-|
44-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2013|
45-
4634
## <a name="bkmk_run_configuration_tool"></a> Run Power Pivot for SharePoint 2013 configuration
4735
**Note:** The [!INCLUDE[ssCurrent](../../../includes/sscurrent-md.md)] setup wizard installs two different configuration tools for [!INCLUDE[ssGeminiLong](../../../includes/ssgeminilong-md.md)]. They each support a different version of SharePoint.
4836

docs/analysis-services/instances/install-windows/configure-power-pivot-and-deploy-solutions-sharepoint-2016.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ ms.workload: "Inactive"
3131

3232
For information on installing the [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2016 Configuration tool, see [Install or Uninstall the Power Pivot for SharePoint Add-in (SharePoint 2016)](../../../analysis-services/instances/install-windows/install-or-uninstall-the-power-pivot-for-sharepoint-add-in-sharepoint-2016.md).
3333

34-
This topic contains the following sections:
35-
36-
[Run Power Pivot for SharePoint 2016 configuration](#bkmk_run_configuration_tool)
37-
38-
[Verify Power Pivot Configuration](#bkmk_verify_powerpivot)
39-
40-
[Troubleshoot Issues](#bkmk_troubleshoot_issues)
41-
42-
||
43-
|-|
44-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2016|
45-
4634
## <a name="bkmk_run_configuration_tool"></a> Run Power Pivot for SharePoint 2016 configuration
4735
**Note:** To complete the following steps, you must be a farm administrator. If you see an error message similar to the following:
4836

docs/analysis-services/instances/install-windows/install-analysis-services-in-power-pivot-mode.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,6 @@ ms.workload: "On Demand"
2424
[!INCLUDE[ssas-appliesto-sqlas](../../../includes/ssas-appliesto-sqlas.md)]
2525
The procedures in this topic guide you through a single server installation of a [!INCLUDE[ssASnoversion](../../../includes/ssasnoversion-md.md)] server in [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] mode for a SharePoint deployment. The steps include running the SQL Server installation wizard as well as configuration tasks that use SharePoint Central Administration.
2626

27-
||
28-
|-|
29-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2016 &#124; SharePoint 2013|
30-
31-
**In this topic:**
32-
33-
[Background](#bkmk_background)
34-
35-
[Prerequisites](#bkmk_prereq)
36-
37-
[Step 1: Install Power Pivot for SharePoint](#InstallSQL)
38-
39-
[Step 2: Configure Basic Analysis Services SharePoint Integration](#bkmk_config)
40-
41-
[Step 3: Verify the Integration](#bkmk_verify)
42-
43-
[Configure the Windows Firewall to Allow Analysis Services Access](#bkmk_firewall)
44-
45-
[Upgrade Workbooks and Scheduled Data Refresh](#bkmk_upgrade_workbook)
46-
47-
[Beyond the Single-Server Installation – Power Pivot for Microsoft SharePoint](#bkmk_multiple_servers)
48-
4927
## <a name="bkmk_background"></a> Background
5028
[!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint is a collection of middle-tier and backend services that provide [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] data access in a SharePoint 2016, or SharePoint 2013, farm.
5129

docs/analysis-services/instances/install-windows/install-or-uninstall-the-power-pivot-for-sharepoint-add-in-sharepoint-2013.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,6 @@ ms.workload: "Inactive"
3131

3232
For information on how to download **spPowerPivot.msi**, see [Microsoft® SQL Server® 2014 Power Pivot® for Microsoft SharePoint®](http://go.microsoft.com/fwlink/?LinkID=324854).
3333

34-
**In this topic:**
35-
36-
- [Background](#bkmk_background)
37-
38-
- [Where to Install spPowerPivot.msi?](#bkmk_where_to_install)
39-
40-
- [Requirements and Prerequisites](#bkmk_prereq)
41-
42-
- [To Install Power Pivot for SharePoint](#bkmk_install)
43-
44-
- [Deploy the SharePoint Solution Files with the Power Pivot for SharePoint 2013 Configuration Tool](#bkmk_deploy_solution)
45-
46-
- [Uninstall or repair the add-in](#bkmk_remove_addin)
47-
48-
||
49-
|-|
50-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2013|
51-
5234
## <a name="bkmk_background"></a> Background
5335

5436
- **Application Server:** [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] functionality in SharePoint 2013 includes using workbooks as a data source, scheduled data refresh, and the [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] Management Dashboard.

docs/analysis-services/instances/install-windows/install-or-uninstall-the-power-pivot-for-sharepoint-add-in-sharepoint-2016.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@ ms.workload: "Inactive"
2727

2828
For information on how to download **spPowerPivot16.msi**, see [Microsoft® SQL Server® 2016 Power Pivot® for Microsoft SharePoint®](https://www.microsoft.com/download/details.aspx?id=52675).
2929

30-
**In this topic:**
31-
32-
- [Background](#bkmk_background)
33-
34-
- [Where to Install spPowerPivot16.msi?](#bkmk_where_to_install)
35-
36-
- [Requirements and Prerequisites](#bkmk_prereq)
37-
38-
- [To Install Power Pivot for SharePoint](#bkmk_install)
39-
40-
- [Deploy the SharePoint Solution Files with the Power Pivot for SharePoint 2016 Configuration Tool](#bkmk_deploy_solution)
41-
42-
- [Uninstall or repair the add-in](#bkmk_remove_addin)
43-
44-
45-
**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2016
46-
4730
## <a name="bkmk_background"></a> Background
4831

4932
- **Application Server:** [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] functionality in SharePoint 2016 includes using workbooks as a data source, scheduled data refresh, and the [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] Management Dashboard.

docs/analysis-services/instances/install-windows/migrate-power-pivot-to-sharepoint-2013.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ ms.workload: "Inactive"
2727

2828
If you have a [!INCLUDE[ssGeminiShort](../../../includes/ssgeminishort-md.md)] installation integrated with SharePoint 2010, you cannot upgrade in-place the SharePoint server. However you can migrate content databases and service application databases from the SharePoint 2010 farm to a SharePoint 2013 farm. This topic is an overview of the steps required to complete a database-attach upgrade and complete a migration related to [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)]:
2929

30-
||
31-
|-|
32-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2013|
33-
3430
### Migration Overview
3531

3632
|1|2|3|4|

docs/analysis-services/instances/install-windows/power-pivot-minimum-privilege-example-sharepoint-2013.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ ms.workload: "Inactive"
2323
[!INCLUDE[ssas-appliesto-sqlas](../../../includes/ssas-appliesto-sqlas.md)]
2424
This topic describes an example [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2013 configuration with minimum privileges. The configuration utilizes a different account for each of the three components and each account has the minimum level of privileges.
2525

26-
||
27-
|-|
28-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2013|
29-
3026
## Summary of Accounts
3127
[!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2013 supports the use of the Network Service account for the Analysis Services service account. The Network Service account is not a supported scenario with SharePoint 2010. For more information on Service accounts, see [Configure Windows Service Accounts and Permissions](http://msdn.microsoft.com/library/ms143504.aspx) (http://msdn.microsoft.com/library/ms143504.aspx).
3228

docs/analysis-services/instances/install-windows/power-pivot-minimum-privilege-example-sharepoint-2016.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ ms.workload: "Inactive"
2323
[!INCLUDE[ssas-appliesto-sqlas](../../../includes/ssas-appliesto-sqlas.md)]
2424
This topic describes an example [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2016 configuration with minimum privileges. The configuration utilizes a different account for each of the three components and each account has the minimum level of privileges.
2525

26-
||
27-
|-|
28-
|**[!INCLUDE[applies](../../../includes/applies-md.md)]** SharePoint 2016|
29-
3026
## Summary of Accounts
3127
[!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2016 supports the use of the Network Service account for the Analysis Services service account. The Network Service account is not a supported scenario with SharePoint 2010. For more information on Service accounts, see [Configure Windows Service Accounts and Permissions](http://msdn.microsoft.com/library/ms143504.aspx) (http://msdn.microsoft.com/library/ms143504.aspx).
3228

0 commit comments

Comments
 (0)