DscResources/SharePoint/SharePoint.psd1

@{
    RootModule           = 'SharePoint.schema.psm1'

    ModuleVersion        = '1.25.416.100'

    GUID                 = '64c53e4e-8efa-48df-9068-fd1d683f7de9'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('SharePoint')
}