DscResources/SharePoint/SharePoint.psd1
@{ RootModule = 'SharePoint.schema.psm1' ModuleVersion = '1.24.724.100' GUID = 'c17b655b-5e04-4702-bf06-1c1df5a78c4d' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('SharePoint') } |