PowerShell

PowerShell and DSC : Using File Resource

    ·         Introduction of Windows PowerShell “Desired State Configuration”. ·         Installing Windows PowerShell 4.0 [Windows Management Framework 4.0]. ·         Getting Started With Desired State Configuration: DSC Syntax. ·         Review of Desired State Configuration: The 3 easy steps. ·         Write your First Desired State Configuration Script using ROLE Resource. ·         Run your first “DSC” PowerShell… Continue reading PowerShell and DSC : Using File Resource

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

PowerShell Basics Part-2: Variables in PowerShell.

  PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.   Hi, As i mentioned in the previous article that in the “PowerShell Basics” series we are going to cover the basics of PowerShell. Today we are covering variables. Variables plays an very important role in every scripting language and same in… Continue reading PowerShell Basics Part-2: Variables in PowerShell.

PowerShell

PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.

  Hi, When new users start working on PowerShell the the main problem which they have faced is basic of PowerShell or we can say basic of any scripting language. In this “PowerShell basics” tutorial series we are planning to cover as much as basics of PowerShell we can. These basics are not in any… Continue reading PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.