en-US/about_xSPSessionStateService.help.txt

NAME
    xSPSessionStateService
 
PARAMETERS
    DatabaseName (Key, string)
    DatabaseServer (Key, string)
    Enabled (Required, boolean)
    SessionTimeout (Write, uint32)
    InstallAccount (Write, String)
 
DESCRIPTION
 
This resource will provision a state service app to the local farm.
Specify the name of the database server and database name to provision the app with, and optionally include the session timeout value.
If session timeout is not provided it will default to 60.
 
EXAMPLE
 
    xSPSessionStateService StateServiceApp
    {
        DatabaseName = "SP_StateService"
        DatabaseServer = "SQL.test.domain"
        Enabled = $true
        PsDscRunAsCredential = $InstallAccount
    }