DscResources/Exchange/Exchange.psd1
@{ RootModule = 'Exchange.schema.psm1' ModuleVersion = '1.24.619.100' GUID = '7311ef85-4a42-415f-b677-56ae11a6f4d0' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Exchange') } |