DellBIOSPrvoider.psd1
|
@{ RootModule = 'DellBIOSPrvoider.psm1' ModuleVersion = '1.0.0' GUID = '7d17510a-fbb8-4c64-96bc-ad484f452437' Author = 'Hayden Murphy' CompanyName = 'Hayden Murphy' Copyright = '(c) Hayden Murphy. All rights reserved.' Description = 'Portable system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSPrvoiderStatus', 'Initialize-DellBIOSPrvoider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |