$text = "Baki Onur Okutucu - MVP"
[char[]]$Array = $text
foreach ($Char in $Array) {
write-output $Char
}

Microsoft MVP (Cloud and Datacenter Management – PowerShell)
$text = "Baki Onur Okutucu - MVP"
[char[]]$Array = $text
foreach ($Char in $Array) {
write-output $Char
}