PowerShell

PowerShell Techniques : Alias v/s Full Cmdlets usage.

Hi Everyone, I hope you are enjoying your weekend. This is my another post on Powershell techniques. We all love Powershell alias’s they are good and they handy and saved lots of key strokes.  I use Powershell alias a lot. But i have seen few Powershell scripter and they do use Powershell alias in their… Continue reading PowerShell Techniques : Alias v/s Full Cmdlets usage.

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 Techniques : Use While loop for rebooting laptop after 30 seconds with a informative message .

Hi, I hope you all are doing well, I am in Italy for this week and enjoying Italian coffee. Anyway. In few of my scripts, before rebooting the laptop, I use Start-Sleep cmdlet to give a pause for 30-60 seconds. We can do this easily using Start-Sleep 30.But, it is always good to show informative… Continue reading Powershell Techniques : Use While loop for rebooting laptop after 30 seconds with a informative message .