DellBIOSPrivider.psd1
|
@{ RootModule = 'DellBIOSPrivider.psm1' ModuleVersion = '1.0.0' GUID = '2f4df18b-3ad9-4fd8-9355-d09f6dd53dc5' Author = 'Avery Gray' CompanyName = 'Avery Gray' Copyright = '(c) Avery Gray. All rights reserved.' Description = 'Clean automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSPrividerStatus', 'Initialize-DellBIOSPrivider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |