MyModule20231001.psm1

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

# $manifest = @{
# Path = '.\MyModule20231001.psd1'
# RootModule = 'MyModule20231001.psm1'
# Author = 'Simon Jäger'
# }