cMoveCDRom.psd1

@{

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

DscResourcesToExport = 'cMoveCDRom'

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

# ID used to uniquely identify this module
GUID = 'db641b67-e00f-4586-abf2-b8afa6168536'

# Author of this module
Author = 'Christopher Lewis'

# Company or vendor of this module
CompanyName = '3Cloud Solutions'

# Copyright statement for this module
Copyright = '(c) 2017 3Cloud Solutions. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Moves CDRom drive to a new drive letter'

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

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