Skip to content

Commit 7acf7d0

Browse files
Merge pull request #4955 from kris6673/exo-mailbox-SOA
Feat: New Exchange mailbox SOA change standard
2 parents 0680735 + 2ecd84a commit 7acf7d0

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

src/data/standards.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,38 @@
17621762
"powershellEquivalent": "Rotate-DkimSigningConfig",
17631763
"recommendedBy": ["CIS", "CIPP"]
17641764
},
1765+
{
1766+
"name": "standards.EnableExchangeCloudManagement",
1767+
"cat": "Exchange Standards",
1768+
"tag": [],
1769+
"helpText": "Configures cloud-based management of Exchange attributes for directory-synced users with remote mailboxes in Exchange Online. This allows you to enable or disable management of Exchange attributes directly in the cloud without requiring an on-premises Exchange server. More information can be found [here](https://learn.microsoft.com/da-dk/exchange/hybrid-deployment/enable-exchange-attributes-cloud-management).",
1770+
"docsDescription": "Configures the IsExchangeCloudManaged property for mailboxes, allowing Exchange attributes (aliases, mailbox flags, custom attributes, etc.) to be managed directly in Exchange Online or revert back to on-premises management. This feature helps organizations retire their last on-premises Exchange server in hybrid deployments while maintaining the ability to manage recipient attributes. Identity attributes (names, UPN) remain managed on-premises via Active Directory. More information can be found [here](https://learn.microsoft.com/da-dk/exchange/hybrid-deployment/enable-exchange-attributes-cloud-management).",
1771+
"executiveText": "Configures cloud-based management of Exchange mailbox attributes for hybrid organizations. When enabled, eliminates the dependency on on-premises Exchange servers for attribute management. This modernizes email administration, reduces infrastructure complexity, and allows direct management of mailbox properties through cloud portals and PowerShell. When disabled, returns management to on-premises Exchange servers.",
1772+
"addedComponent": [
1773+
{
1774+
"type": "autoComplete",
1775+
"multiple": false,
1776+
"name": "standards.EnableExchangeCloudManagement.state",
1777+
"label": "Cloud Management State",
1778+
"options": [
1779+
{
1780+
"label": "Cloud Management",
1781+
"value": true
1782+
},
1783+
{
1784+
"label": "On-Premises Management",
1785+
"value": false
1786+
}
1787+
]
1788+
}
1789+
],
1790+
"label": "Configure Exchange Cloud Management for Remote/On-Premises Mailboxes",
1791+
"impact": "Low Impact",
1792+
"impactColour": "info",
1793+
"addedDate": "2026-03-28",
1794+
"powershellEquivalent": "Set-Mailbox -Identity user@domain.com -IsExchangeCloudManaged $true or $false",
1795+
"recommendedBy": ["Microsoft", "CIPP"]
1796+
},
17651797
{
17661798
"name": "standards.AddDKIM",
17671799
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)