Skip to content

Commit

Permalink
add standard
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Feb 7, 2025
1 parent 2d92125 commit a7ca562
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,31 @@
"powershellEquivalent": "Get-SharingPolicy | Set-SharingPolicy -Enabled $False",
"recommendedBy": ["CIS"]
},
{
"name": "standards.DisableExternalCalendarSharing",
"cat": "Exchange Standards",
"tag": ["lowimpact", "CIS", "exo_individualsharing"],
"helpText": "Disables the ability for users to share their calendar with external users. Only for the default policy, so exclusions can be made if needed.",
"docsDescription": "Disables external calendar sharing for the entire tenant. This is not a widely used feature, and it's therefore unlikely that this will impact users. Only for the default policy, so exclusions can be made if needed by making a new policy and assigning it to users.",
"addedComponent": [],
"label": "Disable external calendar sharing",
"impact": "Low Impact",
"impactColour": "info",
"powershellEquivalent": "Get-SharingPolicy | Set-SharingPolicy -Enabled $False",
"recommendedBy": ["CIS"]
},
{
"name": "standardsAutoAddProxy",
"cat": "Exchange Standards",
"tag": ["lowimpact", "CIS"],
"helpText": "Automatically adds all available domains as a proxy address.",
"docsDescription": "Automatically finds all available domain names in the tenant, and tries to add proxyaddresses based on the users UPN to each of these.",
"addedComponent": [],
"label": "Automatically deploy proxy addresses",
"impact": "Medium Impact",
"impactColour": "warning",
"powershellEquivalent": "set-mailbox -emailaddresses @{add=$emailaddress}"
},
{
"name": "standards.DisableAdditionalStorageProviders",
"cat": "Exchange Standards",
Expand Down Expand Up @@ -1421,10 +1446,10 @@
"docsDescription": "Creates a CIPP - Deleted Items retention policy tag that permanently deletes items in the Deleted Items folder after X days.",
"addedComponent": [
{
"type": "number",
"name": "standards.RetentionPolicyTag.AgeLimitForRetention",
"label": "Retention Days",
"required": true
"type": "number",
"name": "standards.RetentionPolicyTag.AgeLimitForRetention",
"label": "Retention Days",
"required": true
}
],
"label": "Retention Policy, permanently delete items in Deleted Items after X days",
Expand Down Expand Up @@ -2791,7 +2816,7 @@
},
{
"type": "autoComplete",
"required" : true,
"required": true,
"multiple": false,
"name": "standards.TeamsFederationConfiguration.DomainControl",
"label": "Communication Mode",
Expand Down

0 comments on commit a7ca562

Please sign in to comment.