en-us/about_SPAccessServiceApp.help.txt

.NAME
    SPAccessServiceApp
 
.SYNOPSIS
 
This resource is responsible for creating Access Services Application instances within the local SharePoint farm.
The resource will provision and configure the Access Services Service Application.
 
.EXAMPLE
 
    SPAccessServiceApp AccessServices
    {
        Name = "Access Services Service Application"
        ApplicationPool = "SharePoint Web Services"
        DatabaseServer = "sql.contoso.local"
        InstallAccount = $InstallAccount
    }
 
 
.PARAMETER Name
    Key - string
    The name of the service application
 
.PARAMETER ApplicationPool
    Required - string
    The name of the application pool to run the service app in
 
.PARAMETER DatabaseServer
    Required - string
    The name of the database server to host Access Services databases
 
.PARAMETER Ensure
    Write - string
    Allowed values: Present, Absent
    Present ensures service app exists, absent ensures it is removed
 
.PARAMETER InstallAccount
    Write - String
    POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5