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...
Get Network Information of local and remote Computers using PowerShell.
Hi, Last Sunday one of my friend come to visit me at my home, he is a SQL Administrator and we were talking about Powershell,...
Setting Microsoft Office 2010 Trust Center’s Trusted Location Paths using Powershell.
Hi Everyone. If you are working in a Telecom Industry, and if your Analysts and Consultants are using in house built templates then i am...
Birthdays and Bill payments reminder script based on Powershell.
Hi, My memory is very weak , and sometime i do forget the birthdays of my friends. and sometime even if forget to pay my...
PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.
Hi, When new users start working on PowerShell the the main problem which they have faced is basic of PowerShell or we can say...
IP Address Release, Renew using PowerShell.
Hi, This is a very common task which is nearly performed by every End-user and IT Admin and Engineers. Normally we use "IPCONFIG /Release"...
Get an Average Ping Response time of multiple Servers using PowerShell.
Hi, If you are an IT admin, then I am sure you are using PING command everyday. In PowerShell we have an Test-Connection command...
Remove Computer Account from All Domain controllers using PowerShell
Hi, If you are using Active Directory environment in you infrastructure then you does the one thing for sure , remove / add computers...
Clean Disk Space using PowerShell.
Hi, I wrote a simple PowerShell script which helps us to clean some of the disk space for us. This script wrote primarily for...
Using BEEP sound in PowerShell Scripts.
Hi, After watching the valentine post of “Jeffery Hicks” I started playing with $([char]) characters. And while working with these characters I found a great...