DscResources/Exchange/Exchange.psd1
@{ RootModule = 'Exchange.schema.psm1' ModuleVersion = '1.25.129.300' GUID = 'a7d1a598-6f9f-45b0-965f-5d46355821fe' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Exchange') } |