cExecutionPolicy.psd1

@{

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

DscResourcesToExport = 'cExecutionPolicy'

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

# ID used to uniquely identify this module
GUID = '7b9cc4af-5a73-4726-a8a2-66b77ed0dd44'

# 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 = 'Sets Powershell Execution Policy'

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