DSCClassResources/GPPermission/GPPermission.psd1

@{

    # Script module or binary module file associated with this manifest.
    RootModule = 'GPPermission.psm1'
    
    # Version number of this module.
    ModuleVersion = '1.0.0'
    
    # ID used to uniquely identify this module
    GUID = '7a949e5b-520d-4b45-b1f0-5bc9a90807b4'
    
    # Author of this module
    Author = 'Daniel Snelling'
    
    # Company or vendor of this module
    CompanyName = 'Citadel Group'
    
    # Copyright statement for this module
    Copyright = '(c) 2019 Citadel Group. All rights reserved.'
    
    # Description of the functionality provided by this module
    # Description = ''
    
    # Minimum version of the Windows PowerShell engine required by this module
    PowerShellVersion = '5.1'
    
    # Name of the Windows PowerShell host required by this module
    # PowerShellHostName = ''
    
    # FunctionsToExport = '*'

    DscResourcesToExport = 'GPPermission'
}