Hi, Few days back we deployed an internal software, that software is Web based application, and users just need to open it on their...
Test Connectivity of Multiple Server and then do “Trace Route” on failed servers using powershell script.
Hi, Yesterday one of our "New Delhi PowerShell User Group" member was trying to do the following. Ping a list of Internet and External Server,...
Powershell script to take backups on USB Drive.
Hi, For one of my friend i was working on a backup Script. He want to take his backup to a USB Drive. First...
Powershell and Active Directory: Powershell Script to create multiple groups in Active Directory and add predefined users in to it.
HI, Sometime a need arrives when you need to create a few Active Directory groups and add the same members to all the groups....
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...
Script to reset “Hidden files and folders” to normal using PowerShell
Hi, yesterday one of my users laptop get infected with virus. After removal of virus i saw that “Virus” hide every file and folder...
Generate System Information Reports using WMI and PowerShell
Hi Guys, Do you ever want to see what going on users machines? or what Settings he have on his system,? If you have...