DellBIISProvider.psd1

@{
    RootModule        = 'DellBIISProvider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'b391920d-8385-410b-97d1-e3e49dda9f50'
    Author            = 'Cameron Bennett'
    CompanyName       = 'Cameron Bennett'
    Copyright         = '(c) Cameron Bennett. All rights reserved.'
    Description       = 'Portable system utilities'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIISProviderStatus', 'Initialize-DellBIISProvider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}