Tag: iis
13 script(s) tagged “iis”
Clean Up IIS log files (Python)
Reports the size of IIS log files and optionally clears it out. Dry-run by default.
Report Size of IIS log files (VBA)
Reports the total size and top-level file count of IIS log files using Scripting.FileSystemObject, straight from Excel …
Get IIS log files Size Report (VBScript)
Recursively sums the size of IIS log files, read-only (no deletion).
Get IIS log files Size Report (C#)
Recursively sums the size of IIS log files, read-only (no deletion).
Clean Up IIS log files (Batch)
Clears IIS log files after a confirmation prompt, with a /silent mode for scheduled tasks.
Get IIS log files Size Report (Python)
Recursively sums the size of IIS log files, read-only (no deletion).
Backup IIS log files to Zip
Zips up the current contents of IIS log files before you run a cleanup against it.
Clean Up IIS log files
Reports the size of IIS log files and optionally clears it out. Dry-run by default.
List Files in IIS log files (VBA)
Lists every file in IIS log files with size and last-modified date directly on the active worksheet, using Scripting.Fi…
Get IIS log files Size Report
Reports how much disk space IIS log files is currently using, read-only (no deletion).
Clean Up IIS log files (VBA)
Deletes every file in IIS log files after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…
Clean Up IIS log files (VBScript)
Reports the size of IIS log files and deletes its contents after a confirmation prompt.