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 filter out one random Cmdlet, then some cleaning and refining is done to display Cmdlet of The Day in a customized syntax with Description and Examples into the Powershell console.

HOW TO RUN IT :

Just Suggestions.

You can copy-paste the function into your PowerShell profile and start your learning next time you open your PowerShell host

Or, just Paste the batch file on the desktop and keep double clicking it whenever you’re free ( ~ Like I do, just for Fun 😉 )

batr

Following is the code –

OUTPUT :

On execution function will generate output something like in the below screenshot

cmdletof the day

Hope you enjoyed reading and find it useful. #GoScripting 🙂