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

Part-4 PowerShell and DHCP: Setting DHCP server’s “Server Options”

    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   In my previous post on “DHCP” article series, we had configure the “DHCP Scope” for DHCP… Continue reading Part-4 PowerShell and DHCP: Setting DHCP server’s “Server Options”

PowerShell

PowerShell Application : Numerology Application created using PowerShell

    Don’t call me insane, and please don’t use the words “WTF!”, “Shit” etc. I knew, PowerShell and numerology sound very insane. I know, I know, PowerShell is for IT guys, Admins , developers, but, it is scripting language, we can use is to easy and other life. Download Link : https://dl.dropboxusercontent.com/u/17858935/Numerology.zip   Background… Continue reading PowerShell Application : Numerology Application created using PowerShell

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