PowerShell

PowerShell Techniques : Commenting Scripts, it’s always helpful.

Hi, I hope you are enjoying my Powershell Techniques series of web post. I always mention in most of my blog posts that, learning or memorizing what cmdlets do is really easy , but it is bit difficult to find techniques. In my opinion these tips and trick or we can say techniques are universal,… Continue reading PowerShell Techniques : Commenting Scripts, it’s always helpful.

PowerShell

Powershell Scripting Techniques : Using While in the Scripts to wait for Network Connection to be Establish.

Hi, In any scripting language, the one of the  important things are techniques. You can call it scripting techniques. Sometime when you are writing scripts, there are some  certain problems come , and to solve them we need to add a special logics and special techniques to handle them. Same thing was happen to me,… Continue reading Powershell Scripting Techniques : Using While in the Scripts to wait for Network Connection to be Establish.

PowerShell

Powershell Trick : Make an email ID using user Environment Variables and powershell

Hi, Last Friday i was working on one script, that script send an email to a “Service Desk” system. But that script required an email id of the sending user. So that if someone replied to that email from service desk software it should goes to users email id. This is global script and we… Continue reading Powershell Trick : Make an email ID using user Environment Variables and powershell