Functions/Private/Get-Platform.ps1

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