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 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.