April 24, 2024

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

Powershell ile uzak sunucularda Windows Update listesini çekme – Hotfix

Powershell ile uzak sunucularda Windows update listesini çekmek için aşağıdaki komutu kullanabilirsiniz.   Get-Content -Path...

Read More
powershell

Powershell ile Karakter Saydırma

Karakter saydırma işlemini powershelll üzerinden yapabiliyoruz. Powershell ile metin saydırma hem basit hem oldukça güzel...

Read More
powershell

Powershell Çoklu Dosya Oluşturma

Powershell çoklu dosya oluşturma komutu aşağıdaki gibidir. Bu komut şu anlama gelir. Git C:temp dosyası...

Read More