DscResources/SharePoint/SharePoint.psd1

@{
    RootModule           = 'SharePoint.schema.psm1'

    ModuleVersion        = '1.24.1016.100'

    GUID                 = 'df879a29-aa5b-4787-ae2a-19be941f29a2'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

    Copyright            = 'Copyright to Microsoft Corporation. All rights reserved.'

    DscResourcesToExport = @('SharePoint')
}