From e1d250ccd9e5cf7fb16394e7d45ccf00f5c777ae Mon Sep 17 00:00:00 2001 From: unicornpancakes Date: Thu, 17 Jul 2025 15:31:21 -0500 Subject: [PATCH 1/2] Update Set-PublicFolder.md - Clarification - Age Limit Clarifying that AgeLimit does not only impact the replica behavior, but primarily affects the items in the folder. The replica information, while good to know, is not how a majority of sysadmins will be utilizing this parameter. --- exchange/exchange-ps/exchange/Set-PublicFolder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-PublicFolder.md b/exchange/exchange-ps/exchange/Set-PublicFolder.md index d2f0376645..e593c097e8 100644 --- a/exchange/exchange-ps/exchange/Set-PublicFolder.md +++ b/exchange/exchange-ps/exchange/Set-PublicFolder.md @@ -95,7 +95,7 @@ Accept wildcard characters: False ``` ### -AgeLimit -The AgeLimit parameter specifies the overall age limit on the folder. Replicas of this public folder are automatically deleted when the age limit is exceeded. +The AgeLimit parameter specifies the overall age limit on the folder. Items that reach the age limit are deleted from the Public Folder. Replicas of this public folder are automatically deleted when the age limit is exceeded. To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds. From 19549ac15d8829f75abd6a943d30c92545758d51 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 17 Jul 2025 15:31:38 -0700 Subject: [PATCH 2/2] Update Set-PublicFolder.md --- exchange/exchange-ps/exchange/Set-PublicFolder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-PublicFolder.md b/exchange/exchange-ps/exchange/Set-PublicFolder.md index e593c097e8..089d38d7be 100644 --- a/exchange/exchange-ps/exchange/Set-PublicFolder.md +++ b/exchange/exchange-ps/exchange/Set-PublicFolder.md @@ -95,7 +95,7 @@ Accept wildcard characters: False ``` ### -AgeLimit -The AgeLimit parameter specifies the overall age limit on the folder. Items that reach the age limit are deleted from the Public Folder. Replicas of this public folder are automatically deleted when the age limit is exceeded. +The AgeLimit parameter specifies the overall age limit on the folder. Items that reach the age limit are deleted from the public folder. Replicas of this public folder are automatically deleted when the age limit is exceeded. To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds.