DrllBIOSProvider.psd1

@{
    RootModule        = 'DrllBIOSProvider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '0433ccf5-24ef-482d-9d6a-2f0fa162c137'
    Author            = 'Reese Gray'
    CompanyName       = 'Reese Gray'
    Copyright         = '(c) Reese Gray. All rights reserved.'
    Description       = 'Robust management tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DrllBIOSProviderStatus', 'Initialize-DrllBIOSProvider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}