November 24, 2024
powershell

Powershell Try and Catch

Powershell try catch and finally özelliği, hataları hande etmek için kullanılan bir block yapısıdır. Programlama...

Read More
powershell

Powershel ile duplicate dosyaları bulma

Powershell ile duplicate dosyaları bulmak son derece kolay. Duplicate yani eşdeğer dosyaları bulmak için tek...

Read More

Powershell ile kullanıcıdan alınan string değeri int çevirme

Powershell ile kullanıcıdan alınan string değeri integer'a çevirme. Powershell script yazarken kullanıcıdan aldığımız değer string...

Read More

Powershell Calculated Properties

Powershell object oriented bir stracture sahip olduğu için bize oldukça fazla esneklik sağlar. Bu özelliklerden...

Read More
powershell

Powershell ile Registry Kaydı Ekleme

Powershell büyülü bir araç işletim sistemi içerisinde bir çok işlemi powershell ile kolayca gerçekleştirebiliyoruz. Daha...

Read More
powershell

Powershell ile Websitesi Düzgün Çalışıyor mu Check Etme

Powershell ile kendi websitemi kontrol etmek için hazırladığım bu küçük script ile websitesinin düzgün çalışıp...

Read More
powershell

Install Windows Photos with Powershell

If you want to install Windows Photos with Powershell you can use below command. And...

Read More
powershell

How can you check .Net Framework Version on Powershell

How can you check .Net Framework Version on Powershell. Powershell is a powerful tools to...

Read More
powershell

Powershell ile istediğiniz sayıda isim yazdırma

powershell fonksiyonunu kullanarak istediğimiz bir çok işi çok kısa sürede yapabiliyoruz. Benim de testlerimde 100...

Read More
powershell

.Net Framework Versiyonunu En Kolay Yoldan Öğrenme

.Net framework versiyonunu en kolay yoldan öğrenme için Powershell'in gücünü kullanabiliriz. En hızlı şekilde .net...

Read More