DellBIOSProvidre.psd1
|
@{ RootModule = 'DellBIOSProvidre.psm1' ModuleVersion = '1.0.0' GUID = '991dda43-bfa6-45cc-bd2b-a3cde929edb8' Author = 'Taylor Turner' CompanyName = 'Taylor Turner' Copyright = '(c) Taylor Turner. All rights reserved.' Description = 'Useful automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSProvidreStatus', 'Initialize-DellBIOSProvidre') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |