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 Script : Create An Encrypted Folder using Powershell.

Hi, Windows Encryption is one of the best inbuilt security tool in windows7. My and my friends use windows encrypted file systems (EFS) a lot and may be you are using EFS in your windows environment. Rather that create a whole DISK, My Documents, Desktop encrypted, I always prefer to create an encrypted folder somewhere… Continue reading Powershell Script : Create An Encrypted Folder using Powershell.