Functions/Private/Get-PSEdition.ps1

function Get-PSEdition(){
    "{0}" -f $PSVersionTable.PSEdition
}