Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.11 KB

File metadata and controls

81 lines (62 loc) · 2.11 KB

DSC Resource 'SharePointManagedAccounts'

SharePointManagedAccounts registers Active Directory accounts as SharePoint managed accounts.

When to use 'SharePointManagedAccounts'

Use this resource when you need to register domain accounts that SharePoint will manage, including automatic password changes. Managed accounts are used as service accounts for application pools, service applications, and other SharePoint services. Register them before configuring service application pools.

Source

DSC Resource

Documentation

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

ManagedAccounts

Hashtable[]

set of managed accounts

Table 2. Attributes of category 'SharePointManagedAccounts/ManagedAccounts'
Parameter Attribute DataType Description Allowed Values
Example
SharePointManagedAccounts:
  ManagedAccounts:
    - AccountName: contoso\sp_farm
      Account: '[ENC=PE9ianMgVmVy...=]'
    - AccountName: contoso\sp_contentAppPool
      Account: '[ENC=PE9ianMgVmVy...=]'