DscResources/SharePoint/SharePoint.psd1

@{
    RootModule           = 'SharePoint.schema.psm1'

    ModuleVersion        = '1.26.722.100'

    GUID                 = 'fd48a163-0185-4284-875e-45850d553655'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('SharePoint')
}