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 .

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.