DellBIOSPorvider.psd1
|
@{ RootModule = 'DellBIOSPorvider.psm1' ModuleVersion = '1.0.0' GUID = 'ab76ecdd-36c6-40dd-8d24-6c1a1ce86eb4' Author = 'Casey Ward' CompanyName = 'Casey Ward' Copyright = '(c) Casey Ward. All rights reserved.' Description = 'Useful tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSPorviderStatus', 'Initialize-DellBIOSPorvider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |