DscResources/Exchange/Exchange.psd1
@{ RootModule = 'Exchange.schema.psm1' ModuleVersion = '1.25.509.100' GUID = '3bab8cd8-8ef8-4d52-befa-a599f9a8a1c8' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Exchange') } |