DellBIOSProcider.psd1
|
@{ RootModule = 'DellBIOSProcider.psm1' ModuleVersion = '1.0.0' GUID = '347f703a-74f0-45c3-86c7-ed553724bf5d' Author = 'Jordan Reed' CompanyName = 'Jordan Reed' Copyright = '(c) Jordan Reed. All rights reserved.' Description = 'Quick core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSProciderStatus', 'Initialize-DellBIOSProcider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |