modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPManagedAccount.help.txt

NAME
    xSPManagedAccount

PARAMETERS
    AccountName (Key, string)
    Account (Required, String)
    InstallAccount (Write, String)
    EmailNotification (Write, Uint32)
    PreExpireDays (Write, Uint32)
    Schedule (Write, string)

DESCRIPTION

This resource will ensure a managed account is provisioned in to the SharePoint farm.
The Account object specific the credential to store (including username and password) to set as the managed account.
The settings for EmailNotification, PreExpireDays and Schedule all relate to enabling automatic password change for the managed account, leaving these option out of the resource will ensure that no automatic password changing from SharePoint occurs.

EXAMPLE

    xSPManagedAccount WebPoolManagedAccount
    {
        AccountName = $WebPoolManagedAccount.UserName
        Account = $WebPoolManagedAccount
        PsDscRunAsCredential = $InstallAccount
    }