Skip to content

Latest commit

 

History

History
84 lines (67 loc) · 2.1 KB

SharePointWebApplications.adoc

File metadata and controls

84 lines (67 loc) · 2.1 KB

DSC Resource 'SharePointWebApplications'

SharePointWebApplications is used to ###TBD###

Source

DSC Resource

Documentation

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

WebApplications

Mandatory

Hashtable[]

set of web applications

Table 2. Attributes of category 'SharePointWebApplications/WebApplications'
Parameter Attribute DataType Description Allowed Values
Example
SharePointWebApplications:
  WebApplications:
    - Name: SharePoint - Content
      ApplicationPool: SharePoint - Content
      ApplicationPoolAccount: contoso\sp_contentAppPool
      AllowAnonymous: false
      WebAppUrl: https://content.contoso.com/
      HostHeader: content.contoso.com
      DatabaseName: SP2016_Content_01
      DatabaseServer: SqlServer001
      Port: 443
    - Name: SharePoint - MySite
      ApplicationPool: SharePoint - MySite
      ApplicationPoolAccount: contoso\sp_contentAppPool
      AllowAnonymous: false
      WebAppUrl: https://my.contoso.com/
      HostHeader: content.contoso.com
      DatabaseName: SP2016_Content_My_02
      DatabaseServer: SqlServer001
      Port: 443