{"id":20778226,"url":"https://github.com/mustafadalga/powershell","last_synced_at":"2025-04-30T18:42:31.264Z","repository":{"id":126221678,"uuid":"272803571","full_name":"mustafadalga/powershell","owner":"mustafadalga","description":"Powershell üzerinde verilen problemleri çözümlediğim , komut açıklamaları yaptığım  powershell ile ilgili bir türkçe kaynak.","archived":false,"fork":false,"pushed_at":"2020-10-02T19:19:55.000Z","size":162,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T18:51:09.810Z","etag":null,"topics":["isletim-sistemleri","operation-system","operation-systems","powershell","powershell-adminscripts","powershell-dersleri","powershell-module","powershell-script","powershell-scripts","powershell-turkce","powershell-turkce-kaynak","powershell-tutorial","scripting-language","sistem-yonetimi","turkce","turkce-dokuman","turkce-dokumantasyon","turkce-kaynak","turkce-kod"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mustafadalga.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-16T20:16:25.000Z","updated_at":"2025-01-15T23:45:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad3f4363-b499-4e94-b532-766e215acc20","html_url":"https://github.com/mustafadalga/powershell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fpowershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fpowershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fpowershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fpowershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustafadalga","download_url":"https://codeload.github.com/mustafadalga/powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251764476,"owners_count":21640068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["isletim-sistemleri","operation-system","operation-systems","powershell","powershell-adminscripts","powershell-dersleri","powershell-module","powershell-script","powershell-scripts","powershell-turkce","powershell-turkce-kaynak","powershell-tutorial","scripting-language","sistem-yonetimi","turkce","turkce-dokuman","turkce-dokumantasyon","turkce-kaynak","turkce-kod"],"created_at":"2024-11-17T13:19:59.839Z","updated_at":"2025-04-30T18:42:31.258Z","avatar_url":"https://github.com/mustafadalga.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Powershell - Türkçe Kaynak\n\n\n## Açıklama \n\n[Arş. Gör. Dr. Can Mıhcı](https://www.linkedin.com/in/canmihci/)'nın verdiği işletim sistemleri dersi kapsamında , Powershell üzerinde verilen problemleri çözümlendiğim , uygulamalar üzerinden anlatımlar yaptığım , Türkçe kaynağa katkıda bulunmak için hazırlanmış bir Powershell kaynağıdır.\n\n\n\n| Problemler  |\n| ------------- | \n| [If-else kullanımı](https://github.com/mustafadalga/powershell/tree/master/If-else-kullanimi)  |\n| [Fonksiyonların kullanımı](https://github.com/mustafadalga/powershell/tree/master/Fonksiyonlarin-kullanimi)  |\n| [For döngüsü kullanımı](https://github.com/mustafadalga/powershell/tree/master/For-dongusu-kullanimi)  |\n| [ForEach döngüsü kullanımı](https://github.com/mustafadalga/powershell/tree/master/ForEach-dongusu-kullanimi)  |\n| [Dışarıdan argüman alma](https://github.com/mustafadalga/powershell/tree/master/Disardan-arguman-alma)  |\n| [Sistem günlüğünü temizleme](https://github.com/mustafadalga/powershell/blob/master/Komut-anlatimlari/Clear-EventLog.md)  |\n| [Dosya sıkıştırma](https://github.com/mustafadalga/powershell/blob/master/Komut-anlatimlari/Compress-Archive.md)  |\n| [Geçerli powershell oturumunu kaydetme](https://github.com/mustafadalga/powershell/blob/master/Komut-anlatimlari/Export-Console.md)  |\n| [Set-Clipboard ve Get-Clipboard komutlarının kullanımı](https://github.com/mustafadalga/powershell/blob/master/Komut-anlatimlari/Get-Clipboard_Set-Clipboard.md)  |\n| [Powershell ile resim indirme](https://github.com/mustafadalga/powershell/tree/master/Resim-indir)  |\n| [Powershell ile ekran görüntüsü alma](https://github.com/mustafadalga/powershell/tree/master/Ekran-goruntusu-alma)  |\n| [Dosyaları düzenli hale getirme](https://github.com/mustafadalga/powershell/tree/master/Dosyalari-duzenli-hale-getirme)  |\n| [Komut satırında rus ruleti](https://github.com/mustafadalga/powershell/tree/master/Komut-satirinda-rus-ruleti)  |\n| [Karışık masaüstü](https://github.com/mustafadalga/powershell/tree/master/Karisik-masaustu)  |\n| [Parola üretici](https://github.com/mustafadalga/powershell/tree/master/Parola-uretici)  |\n| [Her öğrenciye 5 komut](https://github.com/mustafadalga/powershell/tree/master/Her-ogrenciye-5-komut)  |\n| [Powershell'de kısayollar oluşturma](https://github.com/mustafadalga/powershell/tree/master/Powershell-kisayollar-olusturma)  |\n| [Text to speech](https://github.com/mustafadalga/powershell/tree/master/Text-to-speech)  |\n| [Powershell'de ne kadar süre geçirdim](https://github.com/mustafadalga/powershell/tree/master/PowerShellde-ne-kadar-sure-gecirdim)  |\n| [Gereksiz uygulamaların çalışmasını durdur](https://github.com/mustafadalga/powershell/tree/master/Gereksiz-uygulamalari-durdur)  |\n| [Boş klasörleri sil](https://github.com/mustafadalga/powershell/tree/master/Bos-klasorleri-sil)  |\n| [Belirli uzantıları kopyalama](https://github.com/mustafadalga/powershell/tree/master/Belirli-uzantilari-kopyala)  |\n| [PowerShell Base64 Encoding \u0026 Decoding ](https://github.com/mustafadalga/powershell/tree/master/Base64-encoding_decoding)  |\n| [Son oturumları listeleme](https://github.com/mustafadalga/powershell/tree/master/Son-oturumlari-listeleme)  |\n| [Youtube video indirme v1](https://github.com/mustafadalga/powershell/tree/master/youtube-video-indir-v1)  |\n| [Youtube video indirme v2](https://github.com/mustafadalga/powershell/tree/master/youtube-video-indir-v2)  |\n| [Youtube mp3 indirme](https://github.com/mustafadalga/powershell/tree/master/youtube-mp3-indir)  |\n| [Video mp3 dönüştürücü](https://github.com/mustafadalga/powershell/tree/master/Video-mp3-donusturucu)  |\n| [Powershell ile her öğrenci için mezuniyet diploması hazırlama](https://github.com/mustafadalga/powershell/tree/master/Diploma-hazirla)  |\n| [Çekiliş motoru](https://github.com/mustafadalga/powershell/tree/master/Cekilis-motoru)  |\n| [Akademik iş ilanlarını listeleme](https://github.com/mustafadalga/powershell/tree/master/Akademik-personel-ilanlari)  |\n| [Powershell ile mail gönderme](https://github.com/mustafadalga/powershell/tree/master/Mail-gonder)  |\n| [Üniversite kısmi zamanlı öğrenci alımı](https://github.com/mustafadalga/powershell/tree/master/Universite-kismi-zamanli-ogrenci-alimi)  |\n| [Sınav esnasında copy/paste kontrolü yapma](https://github.com/mustafadalga/powershell/tree/master/Copy-paste-kontrolu)  |\n| [Rastgele renklerden oluşan dinamik yıl başı ağaçlı yazı yazma scripti](https://github.com/mustafadalga/powershell/tree/master/Mutlu-yillar-bote)  |\n| [Tüm Wi-Fi Parolalarını Görüntüleme - Windows 10](https://github.com/mustafadalga/powershell/tree/master/Ag-parolalarini-goruntuleme)  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafadalga%2Fpowershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafadalga%2Fpowershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafadalga%2Fpowershell/lists"}