DscResources/Exchange/Exchange.psd1
@{ RootModule = 'Exchange.schema.psm1' ModuleVersion = '1.24.403.100' GUID = '8ecc1eda-a589-42fa-b390-caf63a7a57e5' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Exchange') } |