DscResources/SharePoint/SharePoint.psd1
@{ RootModule = 'SharePoint.schema.psm1' ModuleVersion = '1.24.529.100' GUID = 'f06b260b-48a5-4cdd-936d-4d94e6b1def5' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('SharePoint') } |