-
Notifications
You must be signed in to change notification settings - Fork 109
SPPerformancePointServiceApp
Brian Farnhill edited this page Jun 25, 2016
·
20 revisions
Parameters
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| Name | Key | string | The name of the service application | |
| ApplicationPool | Required | string | The name of the application pool to run the service app in | |
| DatabaseName | Write | string | The name of the database for the service app | |
| DatabaseServer | Write | string | The name of the database server to host the database | |
| Ensure | Write | string | Present ensures service app exists, absent ensures it is removed | Present, Absent |
| InstallAccount | Write | String | POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5 |
Description
This resource is responsible for creating Performance Point Service Application instances within the local SharePoint farm. The resource will provision and configure the Performance Point Service Application. Example SPPerformancePointServiceApp PerformancePoint { Name = "Performance Point Service Application" ApplicationPool = "SharePoint Web Services" InstallAccount = $InstallAccount }

- Home
- Getting Started
- Pre-requisites
- Installing the module
- Exporting SharePoint Configuration
- Creating Configuration Files
- Pre-created Examples
- Creating an Azure development environment
- Understanding Resources & Syntax
- Remote PowerShell Authentication
- Contributing to SharePointDsc
- Other useful modules for SharePoint DSC configurations