Private/Get-Punycode.ps1

function Get-Punycode($text) {
    $GMNicRuIdn.GetAscii($text)    
}