Sizden Gelen Sorular – PowerShell ile verilen bir metni dikey sekilde nasil ekrana yazdirabilirim?$text = "Baki Onur Okutucu - MVP" [char[]]$Array = $text foreach ($Char in $Array) { write-output $Char }Post author:Baki Onur Okutucu - MVPPost published:May 8, 2022Post category:Automation / PowerShell 7 / Powershell Core / PowerShell7 You Might Also Like PowerShell Operatorleri – Part 4 – Kiyaslama Operatorleri April 19, 2022 PowerShell Operatorleri – Part 5 – Eslestirme Operatorleri April 23, 2022 PowerShell Operatorleri – Part 3 – Mantiksal Operatorler April 17, 2022