DscResources/Exchange/Exchange.psd1

@{
    RootModule           = 'Exchange.schema.psm1'

    ModuleVersion        = '1.25.806.100'

    GUID                 = '4792e6a6-cc62-4aef-8719-bcdde3cb6def'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Exchange')
}