param([string]$Base64String) return [System.Text.Encoding]::Unicode.GetString([System.Convert]::FromBase64String($Base64String))