DscResources/Exchange/Exchange.psd1

@{
    RootModule           = 'Exchange.schema.psm1'

    ModuleVersion        = '1.26.909.100'

    GUID                 = '8503f9d4-42de-4605-82ca-2a113f0f1ae3'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Exchange')
}