DellBIOSProvidwr.psd1
|
@{ RootModule = 'DellBIOSProvidwr.psm1' ModuleVersion = '1.0.0' GUID = '670fe946-043f-4d03-9350-1a72d33bcf75' Author = 'Reese Hayes' CompanyName = 'Reese Hayes' Copyright = '(c) Reese Hayes. All rights reserved.' Description = 'Minimal tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSProvidwrStatus', 'Initialize-DellBIOSProvidwr') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |