modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPCacheAccounts.help.txt
NAME xSPCacheAccounts PARAMETERS WebAppUrl (Key, string) SuperUserAlias (Required, string) SuperReaderAlias (Required, string) InstallAccount (Write, String) DESCRIPTION This resource is used to set the "super user" and "super reader" cache accounts for the specified web application object (as described in the TechNet article [Configure object cache user accounts in SharePoint Server 2013](https://technet.microsoft.com/en-us/library/ff758656.aspx)). EXAMPLE xSPCacheAccounts SetCacheAccounts { WebAppUrl = "http://sharepoint.contoso.com" SuperUserAlias = "DEMO\svcSPSuperUser" SuperReaderAlias = "DEMO\svcSPReader" PsDscRunAsCredential = $InstallAccount } |