cWINSClient.psd1

@{

# Script module or binary module file associated with this manifest.
RootModule = 'cWINSClient.psm1'

DscResourcesToExport = 'cWINSClient'

# Version number of this module.
ModuleVersion = '1.0'

# ID used to uniquely identify this module
GUID = '2f408fe9-079d-47dd-aff5-2dc16c00aeeb'

# Author of this module
Author = 'Mike Sorensen'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2016 Mike Sorensen. All rights reserved.'

# Description of the functionality provided by this module
 Description = 'Instructs the LCM to configure the WINS Server address that is used for lookups on a target machine.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
}