Forum
Bildirimler
Hepsini Temizle
İpucu
1
Yazılar
1
Üyeler
0
Reactions
589
Görüntüleme
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