ORModule2.psm1

function Get-Info {
    param($ComputerName)
    Get-WmiObject -ComputerName $ComputerName -Class Win32_BIOS
}
function Get-Rest {

}