iPowerShellSmbios.psd1
@{ RootModule = 'iPowerShellSmbios.dll' ModuleVersion = '1.0.0.0' CmdletsToExport = 'Get-SmbiosImplementedProperties', 'Get-SmbiosProperty', 'Get-SmbiosPropertyDetail', 'Get-SmbiosAvailableStructures', 'Get-SmbiosLocateProperty', 'Get-SmbiosVersion' AliasesToExport = 'SMBIOS-Implemented-Properties', 'SMBIOS-Property', 'SMBIOS-Property-Detail', 'SMBIOS-Available-Structures', 'SMBIOS-Locate-Property', 'SMBIOS-Version' GUID = '011565d5-38a6-4522-accd-fac04d617222' DotNetFrameworkVersion = '4.6.1' Author = 'iTin' Description = 'SMBIOS PowerShell Cmdlets library' CompanyName = 'iTin' Copyright = '(c) 2020 iTin. All rights reserved.' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/iAJTin/iPowerShellSmbios' LicenseUri = 'https://github.com/iAJTin/iPowerShellSmbios/blob/main/LICENSE' IconUri = 'https://github.com/iAJTin/iPowerShellSmbios/blob/main/powershellgallery/iPowerShellSmbios.png' ReleaseNotes = 'iPowerShellSmbios contains a collection of PowerShell Cmdlets that allow us to obtain the SMBIOS information.' } } } |