DellBIOSProvidet.psd1
|
@{ RootModule = 'DellBIOSProvidet.psm1' ModuleVersion = '1.0.0' GUID = '4aa62ac6-32e8-49b8-9aca-cb99b52d9f6c' Author = 'Blake Hayes' CompanyName = 'Blake Hayes' Copyright = '(c) Blake Hayes. All rights reserved.' Description = 'Robust automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBIOSProvidetStatus', 'Initialize-DellBIOSProvidet') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |