|
1762 | 1762 | "powershellEquivalent": "Rotate-DkimSigningConfig", |
1763 | 1763 | "recommendedBy": ["CIS", "CIPP"] |
1764 | 1764 | }, |
| 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 | + }, |
1765 | 1797 | { |
1766 | 1798 | "name": "standards.AddDKIM", |
1767 | 1799 | "cat": "Exchange Standards", |
|
0 commit comments