Category Archives: IIS
Webbased Active Directory / Federated user password and recovery tool (IISADMPWD replacement)
A while ago i wrote a simple tool which allows users to reset their expired password as a replacement for IISADMPWD. The tool was created because at the time Office 365 did not have the ability to let federated users … Continue reading
Mail Performance Monitor and AWStats Totals
Recently i have added 2 solutions to my software and scripts section: The first tool is Mail Performance Monitor which allows you to measure how long it takes to get a mail delivered from one mail account to another. More … Continue reading
Compress/Zip IIS Logs using Powershell
In my short search for a script which can compress IIS log files i couldn’t find any solution (written in powershell). So i made my one myself. The script compresses all .log files located in the sub directories of $LogDir … Continue reading
IIS6.0 Temporary 307 redirect
To redirect a file or site without losing POST data you have to do some configuration in the IIS6.0 metabase to get it working. It took me some time to figure out, but when you know it it’s quite simple. … Continue reading