DscResources/SharePoint/SharePoint.psd1
@{ RootModule = 'SharePoint.schema.psm1' ModuleVersion = '1.25.716.100' GUID = '170ec40d-feaa-4fe9-819c-d4a31083dfb5' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('SharePoint') } |