Building GUI for PowerShell Scripts Building GUI for PowerShell Scripts – Why a GUI ?A GUI can often make a task easier and more constrained for less experienced users for example our “Service Desk” Folks.PowerShell is built on the .NET framework…
Had a good time Presenting at my second PSBUG event organised at Microsoft Bangalore, here’s a snap from my presentation.Here are the details of the event http://bitprojuly2013.eventbrite.com/
Here’s my part 2 of blog on how you can use PowerShell Workflow in PowerShell v3 to perform Multiple Parallel Live Migrations of Virtual Machines Across Hyper-V Host.This was part 2 of my presentation i took at the PSBUG eventIf you…
Had a good time at PSBUG event organised at Microsoft Bangalore, here’s a snap from my presentation. Here are the details of the event http://psbugjune12013-eorg.eventbrite.com/ And here’s the topic which i presented http://www.vinithmenon.com/2013/06/provision-virtual-machines-in-parallel.html
PowerShell Workflow is one heavy duty feature which comes bundled with PowerShell v3, From my personal experiences i feel that its best used when you need to sequence you tasks, the best example being to run your tasks in parallel.Here’s…