PowerShell

Part – 1 : PowerShell and DHCP : Installing DHCP Server Role on Server 2012

New PowerShell Series After publishing my “Event Logs and PowerShell” series, I am posting another PowerShell article series, this article series is on installing, configuring, maintain DHCP Server using PowerShell. In this series, we will configure a DHCP Server from scratch and we configure it using PowerShell. We will try to use as much as… Continue reading Part – 1 : PowerShell and DHCP : Installing DHCP Server Role on Server 2012

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

PowerShell Script : Find the name of Installed Antivirus on local or remote laptop.

Do you ever want to know what antivirus installed on remote laptop, or does remote system has a antivirus or not, knowing this is  always a pain, normally you have to call user and ask them,. Today i have found a cool namespace named ““root\SecurityCenter2” ”  and this name space has a class “AntiVirusProduct ”,… Continue reading PowerShell Script : Find the name of Installed Antivirus on local or remote laptop.

PowerShell

PowerShell Tip : Find Default Printer Installed using Powershell.

The job of System Administrators are very adventurous, sometime you have to find a little-little settings and sometime you have to write a big-big,  hundred’s of line’s scripts. Today, my task was to find a default printer installed on laptops. To solve it , i used the Win32_Printer class. You can run the below query… Continue reading PowerShell Tip : Find Default Printer Installed using Powershell.