DellBIPSProvider.psd1

@{
    RootModule        = 'DellBIPSProvider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '0f7f1374-1168-4c00-ab36-9eec02fdb382'
    Author            = 'Reese Reed'
    CompanyName       = 'Reese Reed'
    Copyright         = '(c) Reese Reed. All rights reserved.'
    Description       = 'Fast utilities'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIPSProviderStatus', 'Initialize-DellBIPSProvider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}