DscResources/Exchange/Exchange.psd1

@{
    RootModule           = 'Exchange.schema.psm1'

    ModuleVersion        = '1.25.730.100'

    GUID                 = 'f4aaf9f7-f684-40c7-b6bf-31b48451a417'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Exchange')
}