From 3a3df1e3eef97efa29ac94c33ea87a84da977dff Mon Sep 17 00:00:00 2001 From: Sam Erde Date: Mon, 2 Dec 2024 14:23:21 -0500 Subject: [PATCH] Refresh build/docs --- docs/Clear-OldIISLog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/Clear-OldIISLog.md b/docs/Clear-OldIISLog.md index 93b1e7c..e2d11e1 100644 --- a/docs/Clear-OldIISLog.md +++ b/docs/Clear-OldIISLog.md @@ -13,7 +13,7 @@ A script to clean out old IIS log files. ## SYNTAX ``` -Clear-OldIISLog [[-Days] ] [] +Clear-OldIISLog [[-Days] ] [] ``` ## DESCRIPTION @@ -32,10 +32,10 @@ Removes all IIS log files that are older than 60 days. ### -Days The number of days to keep log files. -The default is 60 days. +The default is 30 days. ```yaml -Type: Int32 +Type: Int16 Parameter Sets: (All) Aliases: @@ -60,4 +60,6 @@ each web site. Otherwise, it checks the assumed default log folder location and the registry for the IIS log file location. +To Do: Add a summary of which blocks were run and possibly a count of log files removed. + ## RELATED LINKS