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,...
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...
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...
Print All PDF Files in Folders using PowerShell
PowerTip of the Day, from PowerShell.com: Try this one-liner if you need to print out all PDF documents you have stored in one folder:Dir...
Finding IP and MAC address
PowerTip of the Day, from PowerShell.com: Finding IP and MAC address When you query network adapters with WMI, it is not easy to...
“Script to list all folder of Outlook and total number of emails store in them” using PowerShell
Hi, from past few days I tried to writing a script which shows me that how many folders I do have in my Outlook...
Finding Network Adapter Data Based On Connection Name
PowerTip of the Day, from PowerShell.com Sometimes it would be nice to be able to access network adapter configuration based on the name of...
Ping Multiple Servers using “PowerShell”
Hi, Today I was looking for a little PowerShell script which can Ping multiple servers and give a consolidated view on PowerShell console that...