Clean up Exchange log files with PowerShell

Sometimes the Exchange log and trace files can take up a lot of disk space, which is why I get requests from time to time asking how the logs can be cleaned up. In most cases, the Exchange partition threatens to fill up and in many cases this is also the system partition. Unfortunately, in many cases the system partition, on which Exchange ... Read more

Delete old IIS logs

Unfortunately, the IIS web server does not offer the option of automatically deleting older log files. Either you write log files to disk continuously, or only one with a selectable size. I have therefore created a small script which deletes the log files after a selectable period of time. The script is available for download: Using a scheduled task, the script can be ... Read more

Exchange 2010: Manual VSS backup for quick backup or error analysis

It happens from time to time that a backup of the Exchange Server does not work as planned. There are often many factors that can influence the backup process. For error analysis (testing the VSS writer, VSS services) or in an emergency for a quick backup, a manual backup of the Exchange databases can also be carried out. The Exchange team blog provides ... Read more