PowerShell

Using Windows PowerShell Desired State Configuration Registry Resource

  1.Introduction of Windows PowerShell “Desired State Configuration”. 2.Installing Windows PowerShell 4.0 [Windows Management Framework 4.0]. 3.Getting Started With Desired State Configuration: DSC Syntax. 4.Review of Desired State Configuration: The 3 easy steps. 5.Write your First Desired State Configuration Script using ROLE Resource. 6.  Run your first “DSC” PowerShell Script. 7.Configuring Dependencies in “Desired State… Continue reading Using Windows PowerShell Desired State Configuration Registry Resource

PowerShell

Review of Desired State Configuration : The 3 easy steps.

  1.      Introduction of Windows PowerShell “Desired State Configuration” 2.     Installing Windows PowerShell 4.0 [Windows Management Framework 4.0] 3.      Getting Started With Desired State Configuration: DSC Syntax   N my previous blog post, I have shared the syntax of the DSC configuration file. Today  we are going to review the basic steps of the… Continue reading Review of Desired State Configuration : The 3 easy steps.

PowerShell

PowerShell Tips: Change The Foreground Colour of PowerShell console using .net and PowerShell. and ,Happy Holi

  Quote of the day “Start where you are. Use what you have.  Do what you can. –Arthur Ashe”   So, it’s nearly weekend.   On Monday we have a HOLI festival in India. The festival of colours.   Wishing you a very Happy Holi, , May, Your life, be colourful with the colours of… Continue reading PowerShell Tips: Change The Foreground Colour of PowerShell console using .net and PowerShell. and ,Happy Holi

PowerShell

Powershell and GUI : Button element’s Mouse Hover events.

  Button’s ‘MouseHover’ events.   In my previous post, I had shown how to use the “click” event of the Button element.  Today are going to use the “MouseHover” events of the button. Mouse Hover The mouse hover event trigger when we hover the mouse over the button. To create a “MouseHover” event in the… Continue reading Powershell and GUI : Button element’s Mouse Hover events.

PowerShell

Part – 5 :PowerShell and DHCP : Getting Information on leased IP Addresses

    Part – 1 : PowerShell and DHCP : Installing DHCP Server Role on Server 2012 Part – 2 :PowerShell and DHCP : DHCP Post-Install Configuration Part – 3 :PowerShell and DHCP :  Configuring the DHCP Scope Part – 4 :PowerShell and DHCP :   Setting DHCP server’s “Server Options”     Information and Reporting… Continue reading Part – 5 :PowerShell and DHCP : Getting Information on leased IP Addresses

PowerShell

PowerShell Tips : Changing Monitor brightness using PowerShell.

   Do, you ever tried to change the monitor brightness using PowerShell. If not, than go and try it. It’s too cool. You can use the below “WmiMonitorBrightnessMethods” class to set the brightness of the monitor. You need to use “WmiSetBrightness” method of the class to set brightness. Do this: 1.       Set your monitor brightness… Continue reading PowerShell Tips : Changing Monitor brightness using PowerShell.

PowerShell

PowerShell and GUI : Working with GUI “Form” properties using PowerShell Studio 2012

  In my previous post, we had created a blank PowerShell GUI form, in this post, I am just sharing about few useful form properties. Note: We are using Sapien PowerShell Studio 2012 Windows State of the form If you want to run your GUI to me minimize, or maximize when they run, you are… Continue reading PowerShell and GUI : Working with GUI “Form” properties using PowerShell Studio 2012

PowerShell

Part–3 : PowerShell and DHCP : Configuring the DHCP ScopeOn DHCP Server

    Part – 1 : PowerShell and DHCP : Installing DHCP Server Role on Server 2012 Part – 2 :PowerShell and DHCP : DHCP Post-Install Configuration     In my previous post, we do the Post-Install configuration task for the DHCP Server.  Now it’s time to configure the DHCP Sever Scope. We can going… Continue reading Part–3 : PowerShell and DHCP : Configuring the DHCP ScopeOn DHCP Server