DscResources/SharePoint/SharePoint.psd1
@{ RootModule = 'SharePoint.schema.psm1' ModuleVersion = '1.25.827.100' GUID = '187a058f-c31b-4879-8f05-221b7930584e' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('SharePoint') } |