DscResources/Exchange/Exchange.psd1

@{
    RootModule           = 'Exchange.schema.psm1'

    ModuleVersion        = '1.26.722.100'

    GUID                 = '98c34997-aeee-4409-b6bc-2c6e8bba0c75'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Exchange')
}