Powershell Script not running under scheduled task

Hi All, If you will search for “Powershell Script not running under scheduled task” , you will find dozens of article . There are number of ways to achive that I basically use batch file approach but the issue I am talking about is a bit different. Only one of my powershell script was not…

Exchange 2007 email flow hourly rate report

Hi Readers, I have been given a task to create a report that will represent hourly message flow in the entire organizations. For completing this task I have researched thru the internet so that I can find some thing & dont have to right from the scratch. I came across a good script but that…

Delete files older than X days – remotely

Hi Readers, I am sharing a script which I have written to remove logs from servers remotely. This script run from a single server & remotely removes logs. This method can be used for all windows related products, I have used it for sharepoint, exchange, BB Extract the zip file, change the variables under define variables.…