-
Notifications
You must be signed in to change notification settings - Fork 107
SPAccessServices2010
Yorick Kuijs edited this page Nov 8, 2018
·
7 revisions
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 | |
Ensure | Write | String | Present ensures service app exists, absent ensures it is removed | Present, Absent |
InstallAccount | Write | PSCredential | POWERSHELL 4 ONLY: The account to run thsi resource as, use PsDscRunAsCredential if using PowerShell 5 |
Type: Distributed Requires CredSSP: No
This resource is responsible for creating Access Services 2010 Application instances within the local SharePoint farm. The resource will provision and configure the Access Services 2010 Service Application.
The default value for the Ensure parameter is Present. When not specifying this parameter, the service application is provisioned.
- 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