DellBOISProvider.psd1
|
@{ RootModule = 'DellBOISProvider.psm1' ModuleVersion = '1.0.0' GUID = '676a1c5b-3b85-4ab8-b461-2e4606627a41' Author = 'Riley Brooks' CompanyName = 'Riley Brooks' Copyright = '(c) Riley Brooks. All rights reserved.' Description = 'Fast module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBOISProviderStatus', 'Initialize-DellBOISProvider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |