Functions/PoShMon.Monitoring.OS/Get-OSMerges.ps1

Function Get-OSMerges
{
    [CmdletBinding()]
    Param(
    )

    $tests = [string[]]@(
        "WinOSTests"
    )

    return $tests
}