DscResources/SharePoint/SharePoint.psd1

@{
    RootModule           = 'SharePoint.schema.psm1'

    ModuleVersion        = '1.24.515.100'

    GUID                 = '44b7e5d3-b318-4636-af32-761ba316e974'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('SharePoint')
}