DscResources/Exchange/Exchange.psd1

@{
    RootModule           = 'Exchange.schema.psm1'

    ModuleVersion        = '1.24.313.101'

    GUID                 = '5f448061-42e4-4a9d-9de0-cf00cbcc1fb5'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Exchange')
}