Skip to content

Commit fbf546b

Browse files
KelvinTegelaarredanthrax
authored andcommitted
Merge pull request KelvinTegelaar#3548 from Ren-Roros-Digital/RetentionPolicyTag
feat: New standard RetentionPolicyTag
2 parents cf56721 + 8c02362 commit fbf546b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/data/standards.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,26 @@
14121412
"powershellEquivalent": "Set-HostedOutboundSpamFilterPolicy -AutoForwardingMode 'Off'",
14131413
"recommendedBy": ["CIS"]
14141414
},
1415+
{
1416+
"name": "standards.RetentionPolicyTag",
1417+
"cat": "Exchange Standards",
1418+
"tag": ["highimpact"],
1419+
"helpText": "Creates a CIPP - Deleted Items retention policy tag that permanently deletes items in the Deleted Items folder after X days.",
1420+
"docsDescription": "Creates a CIPP - Deleted Items retention policy tag that permanently deletes items in the Deleted Items folder after X days.",
1421+
"addedComponent": [
1422+
{
1423+
"type": "number",
1424+
"name": "standards.RetentionPolicyTag.AgeLimitForRetention",
1425+
"label": "Retention Days",
1426+
"required": true
1427+
}
1428+
],
1429+
"label": "Retention Policy, permanently delete items in Deleted Items after X days",
1430+
"impact": "High Impact",
1431+
"impactColour": "danger",
1432+
"powershellEquivalent": "Set-RetentionPolicyTag",
1433+
"recommendedBy": []
1434+
},
14151435
{
14161436
"name": "standards.QuarantineRequestAlert",
14171437
"cat": "Defender Standards",

0 commit comments

Comments
 (0)