PowerShell

Part-7: Working with Event Logs using PowerShell :- Clearing Event Entries and Removing Event Log.

  Part-1: Working with Event Logs using PowerShell Part–2 : Working with Event Logs using PowerShell :- Get-EventLog Part–3 : Working with Event Logs using PowerShell :- Get-EventLog Part–4 : Working with Event Logs using PowerShell :- Get-WinEvent Part–5 : Working with Event Logs using PowerShell :- Get-WinEvent Part–6 : Working with Event Logs using… Continue reading Part-7: Working with Event Logs using PowerShell :- Clearing Event Entries and Removing Event Log.

PowerShell

Part– 6 : Working with Event Logs using PowerShell :- Creating New Event Logs and Event Entries.

  Part-1: Working with Event Logs using PowerShell Part–2 : Working with Event Logs using PowerShell :- Get-EventLog Part–3 : Working with Event Logs using PowerShell :- Get-EventLog Part–4 : Working with Event Logs using PowerShell :- Get-EventLog Part–5 : Working with Event Logs using PowerShell :- Get-EventLog   Yesterday, I blogged about using –FilterXML… Continue reading Part– 6 : Working with Event Logs using PowerShell :- Creating New Event Logs and Event Entries.

PowerShell

Part– 5 : Working with Event Logs using PowerShell :- Get-WinEvent

Part-1: Working with Event Logs using PowerShell Part–2 : Working with Event Logs using PowerShell :- Get-EventLog Part–3 : Working with Event Logs using PowerShell :- Get-EventLog Part–4 : Working with Event Logs using PowerShell :- Get-EventLog   Before I start writing article, I do want to wish you  a very “Happy New year 2014”.… Continue reading Part– 5 : Working with Event Logs using PowerShell :- Get-WinEvent

PowerShell

Part– 4 : Working with Event Logs using PowerShell :- Get-WinEvent

Part-1: Working with Event Logs using PowerShell Part–2 : Working with Event Logs using PowerShell :- Get-EventLog Part–3 : Working With Event Logs Using PowerShell :- Get-EventLog   In previous posts , i had shown you how to use “Get-EventLog”, now we are going to use “Get-WinEvent” cmdlet, The Get-WinEvent cmdlet is more powerful then… Continue reading Part– 4 : Working with Event Logs using PowerShell :- Get-WinEvent

PowerShell

Part–3 : Working with Event Logs using PowerShell :- Get-EventLog

Part-1: Working with Event Logs using PowerShell Part–2 : Working with Event Logs using PowerShell :- Get-EventLog   Welcome to the part 3 of the “PowerShell and Event Log” post,  In my previous post we shows the usages of “Get-EventLog” cmdlet. Today we are going to use some more advance and cool features of the… Continue reading Part–3 : Working with Event Logs using PowerShell :- Get-EventLog

PowerShell

Part–2 : Working with Event Logs using PowerShell :- Get-EventLog

  In my previous blog post,, i had tried to cover the basics of “Event Logs”, and in https://amandhally.com/2013/11/12/part-1-working-with-event-logs-using-powershell/previous post we had also saw the use of “Show-EventLog” cmdlet. There is no benefit of PowerShell if we are exploring “Event Logs” using GUI tools. So let’s start working on PowerShell console. There are two main… Continue reading Part–2 : Working with Event Logs using PowerShell :- Get-EventLog

PowerShell

MVP Community Day: November 9th, 2013, Saturday at Microsoft (Gurgaon)

Hi, This Saturday is MVP Community day. We are doing 2 PowerShell events on that day. One event is on “Start Using PowerShell for Managing MS SQL Server” by MVP Sarabpreet Singh Anand. Second one is on “Managing Windows Event Logs Using PowerShell” by me. Please use the below link to register for the event.… Continue reading MVP Community Day: November 9th, 2013, Saturday at Microsoft (Gurgaon)

PowerShell

Working with PowerShell Preference Variables: $OFS (Output field Separator).

  When you open PowerShell console, type $ and start pressing ‘tab’, you will amaze that there are many pre-built variables exists there. One of the variable is $OFS, this is a preference variable and full meaning of $OFS is ‘Output Fields Separator’. What it does? It specified the character to use as separator while… Continue reading Working with PowerShell Preference Variables: $OFS (Output field Separator).