Tag: iis

13 script(s) tagged “iis”

🐍 Python 3.10+

Clean Up IIS log files (Python)

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

📊 VBA (Excel)

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 …

📜 VBScript (WSH)

Get IIS log files Size Report (VBScript)

Recursively sums the size of IIS log files, read-only (no deletion).

🟣 C# / .NET 6+

Get IIS log files Size Report (C#)

Recursively sums the size of IIS log files, read-only (no deletion).

🖥️ Batch (CMD)

Clean Up IIS log files (Batch)

Clears IIS log files after a confirmation prompt, with a /silent mode for scheduled tasks.

🐍 Python 3.10+

Get IIS log files Size Report (Python)

Recursively sums the size of IIS log files, read-only (no deletion).

⚡ PowerShell 5.1+

Backup IIS log files to Zip

Zips up the current contents of IIS log files before you run a cleanup against it.

⚡ PowerShell 5.1+

Clean Up IIS log files

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

📊 VBA (Excel)

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…

⚡ PowerShell 5.1+

Get IIS log files Size Report

Reports how much disk space IIS log files is currently using, read-only (no deletion).

📊 VBA (Excel)

Clean Up IIS log files (VBA)

Deletes every file in IIS log files after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…

📜 VBScript (WSH)

Clean Up IIS log files (VBScript)

Reports the size of IIS log files and deletes its contents after a confirmation prompt.