Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 2.16 KB

File metadata and controls

82 lines (63 loc) · 2.16 KB

DSC Resource 'SharePointServiceAppPools'

SharePointServiceAppPools creates and manages SharePoint service application pools.

When to use 'SharePointServiceAppPools'

Use this resource when you need to create IIS application pools for SharePoint service applications. Service application pools define the process identity and isolation for SharePoint services. Configure managed accounts first using SharePointManagedAccounts before creating service application pools.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'SharePointServiceAppPools'
Parameter Attribute DataType Description Allowed Values

ServiceAppPools

Hashtable[]

set of service app pools

Table 2. Attributes of category 'SharePointServiceAppPools/ServiceAppPools'
Parameter Attribute DataType Description Allowed Values
Example
SharePointServiceAppPools:
  ServiceAppPools:
  - Name: SharePoint - Service Applications
    ServiceAccount: contoso\sp_serviceAppAppPool
  - Name: SP2019-Search
    ServiceAccount: contoso\sp_searchService