<# .SYNOPSIS Gets the name of the WSL distribution used for reading configuration values. #> function Get-DistributionName { return "ValhallaUbuntu"; }