cLMHostLookup.psd1

@{

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

DscResourcesToExport = 'cLMHostLookup'

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

# ID used to uniquely identify this module
GUID = '106d3941-767b-48b6-ae57-eeb2e1bea7c9'

# Author of this module
Author = 'Mike Sorensen'

# Company or vendor of this module
CompanyName = 'Mike Sorensen'

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

# Description of the functionality provided by this module
 Description = 'Instructs the LCM to configure the LMHosts lookup checkbox located in the advanced TCP/IP settings dialog box in Windows.'

# 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 = ''
}