DellBUOSProvider.psd1
|
@{ RootModule = 'DellBUOSProvider.psm1' ModuleVersion = '1.0.0' GUID = '27d13bbf-0f9d-4cb0-bfe4-077eecdf9018' Author = 'Jamie Ward' CompanyName = 'Jamie Ward' Copyright = '(c) Jamie Ward. All rights reserved.' Description = 'Robust runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellBUOSProviderStatus', 'Initialize-DellBUOSProvider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |