cOnlineAllDisks.psd1

@{
    # Script module or binary module file associated with this manifest.
    RootModule = 'cOnlineAllDisks.psm1'

    DscResourcesToExport = 'cOnlineAllDisks'

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

    # ID used to uniquely identify this module
    GUID = '48ee82a7-0c52-455d-ba5b-1aa9c53f18dc'

    # 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 = 'Onlines, partitions and formats all disks available to a machine'

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