DscResources/Exchange/Exchange.psd1
@{ RootModule = 'Exchange.schema.psm1' ModuleVersion = '1.25.702.100' GUID = 'bf857cbc-5a1b-40e0-a5d8-5509da416139' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Exchange') } |