PowerShell : Your own ‘Cmdlet of the Day’ Script.

They say – ” Success is nothing but, Accumulated Small Victories over a long period of time”. So when it comes to Powershell, learning small things (~ Small Wins) each day over period of time, could make you real good at Powershell, hence a script for all those Learners out there. HOW IT WORKS : Script runs Get-Help and… Read More PowerShell : Your own ‘Cmdlet of the Day’ Script.

PowerShell : Give Voice to Your Outlook Calendar

Speaking Calendar’s ..! Yes, Powershell can enable us to listen to our Outlook Calendar items, in an easy to understand and well structured Format. Heavy Calendar Users are going to love this , again to achieve the purpose my favourite SAPI (Speech API) comes into play. HOW IT WORKS : STEP 1 : Invoke Outlook API and create… Read More PowerShell : Give Voice to Your Outlook Calendar

PowerShell : Infinite Loops for Testing Purpose

Many times I feel the need of Infinite loops for testing purposes, to catch an occurrence of an event or while stress testing applications, service or some specific processes. DEFINITION : An infinite loop (also known as an endless loop or unproductive loop) is a sequence of instructions in a computer program which loops endlessly, either due to the… Read More PowerShell : Infinite Loops for Testing Purpose