PowerShell

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, and then do the “Trace Route” on the failed ones.  He was facing a problem using “foreach” cmdlets. to help him i tried to write a script for him and… Continue reading Test Connectivity of Multiple Server and then do “Trace Route” on failed servers using powershell script.

PowerShell

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 which is a very good alternative of it. as we know PowerShell is an object based scripting language by using it we can do much more. Whenever I/we have network… Continue reading Get an Average Ping Response time of multiple Servers using PowerShell.

PowerShell

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 in the laptop.  It was quite a pain to “Choose file and folder” right click on it, choose properties and un-tick the hidden option. Then i decide to write a… Continue reading Script to reset “Hidden files and folders” to normal using PowerShell

PowerShell

“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 and total number of emails stored on them. I get only 50% success so far, I am able to see the folders but somehow not able to see the total… Continue reading “Script to list all folder of Outlook and total number of emails store in them” using PowerShell