cOnlineAllDisksWithPools.psd1

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

    DscResourcesToExport = 'cOnlineAllDisksWithPools'

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

    # ID used to uniquely identify this module
    GUID = '35f9615d-52df-48a6-8d60-416f06c99e0c'

    # Author of this module
    Author = 'Christopher Lewis'

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

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

    # Description of the functionality provided by this module
    Description = 'Onlines, partitions and formats all disks available to a machine with Disk Pools'

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