DscResources/SharePoint/SharePoint.psd1

@{
    RootModule           = 'SharePoint.schema.psm1'

    ModuleVersion        = '1.25.806.100'

    GUID                 = 'a5584a72-398f-4a8c-bb70-95a2175b981c'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('SharePoint')
}