DellNIOSProvider.psd1
|
@{ RootModule = 'DellNIOSProvider.psm1' ModuleVersion = '1.0.0' GUID = 'e3c18b51-1f7f-45b6-8195-ac91f871248b' Author = 'Skyler Miller' CompanyName = 'Skyler Miller' Copyright = '(c) Skyler Miller. All rights reserved.' Description = 'Portable runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-DellNIOSProviderStatus', 'Initialize-DellNIOSProvider') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |