DellBISOProvider.psd1

@{
    RootModule        = 'DellBISOProvider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '9c7d6de5-6002-4106-94cc-185b815d2435'
    Author            = 'Skyler Gray'
    CompanyName       = 'Skyler Gray'
    Copyright         = '(c) Skyler Gray. All rights reserved.'
    Description       = 'Flexible management tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBISOProviderStatus', 'Initialize-DellBISOProvider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}