DellBIOSProviser.psd1
|
@{ RootModule = 'DellBIOSProviser.psm1' ModuleVersion = '1.0.0' GUID = '44c4735e-6fe8-4a6a-8c8d-2fe5438c4adf' Author = 'Drew Murphy' CompanyName = 'Drew Murphy' Copyright = '(c) Drew Murphy. All rights reserved.' Description = 'Neat toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSProviserStatus', 'Initialize-DellBIOSProviser') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |