Forum

Exchange Server Log...
 
Bildirimler
Hepsini Temizle

Exchange Server Loglarını PowerShel İle Görme

1 Yazılar
1 Üyeler
0 Likes
434 Görüntüleme
(@ufuktatlidil)
Gönderiler: 5718
Illustrious Member
Konu başlatıcı
 

Merhaba;

Exchange loglarını Powershell ile 2 komut sayesinde görüntüleyebilir, isterset .txt / .csv olarak rapor haline getirebiliriz.

Komutlarımız:

  • Get-EventLog Application | Format-List
  • Get-EventLog Application | Where { $_.Source -Ilike “*Exchange*” }

Get-EventLog Application | Format-List

Get-EventLog Application | Where { $_.Source -Ilike “*Exchange*” }

Aynı komutların sonuna > c:\rapor.txt parametresi eklerseniz .txt’ ye logları atıp, inceleyebilirsiniz.

Örnek:

Get-EventLog Application | Where { $_.Source -Ilike “*Exchange*” } > c:\report.txt

Faydalı olması dileğiyle..

 
Gönderildi : 05/09/2014 16:37

Paylaş: