DscResources/SharePoint/SharePoint.psd1
@{ RootModule = 'SharePoint.schema.psm1' ModuleVersion = '1.24.619.100' GUID = 'd5a729e1-0d4a-4d22-beb2-96c55eab218e' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('SharePoint') } |