aks.psm1

cls
function get-bios
{
Get-WmiObject -Class win32_bios
}