Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 1.84 KB

SharePointContentDatabases.adoc

File metadata and controls

78 lines (61 loc) · 1.84 KB

DSC Resource 'SharePointContentDatabases'

SharePointContentDatabases is used to ###TBD###

Source

DSC Resource

Documentation

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

ContentDatabases

Mandatory

Hashtable[]

set of content databases

Table 2. Attributes of category 'SharePointContentDatabases/ContentDatabases'
Parameter Attribute DataType Description Allowed Values
Example
SharePointContentDatabases:
  ContentDatabases:
    - Name: SP2016_Content_My_02
      DatabaseServer: SqlServer001
      WebAppUrl: https://my.contoso.com/
      Enabled: true
      WarningSiteCount: 2000
      MaximumSiteCount: 5000
    - Name: SP2016_Content_CTH
      DatabaseServer: SqlServer001
      WebAppUrl: https://content.contoso.com
      Enabled: true
      WarningSiteCount: 2000
      MaximumSiteCount: 5000