Currently I am learning Microsoft's shell scripting language called Powershell. Due to demand in my company,which is a Fortune 500 company, I am getting opportunity to apply this in my work environment. I am following Don Jones who is a MVP(Microsoft Valuable Professional) in Powershell. He is one of talent tech guy in the world of Microsoft technology.
Automation is always a demand in IT industry.Windows administrators always like to automate tasks as much as possible to save time. This make them LAZY :) too as with a single click, a complicated task get completed within few seconds. I am soon going to join those folks who love automation in their IT environment.
PS C:\bin> .\hello.ps1
What is your name?: Powershell
Hello, Powershell!
What is your name?: Powershell
Hello, Powershell!