|
1459 | 1459 | "cat": "Entra (AAD) Standards", |
1460 | 1460 | "tag": ["CISA (MS.AAD.21.1v1)", "SMB1001 (2.8)"], |
1461 | 1461 | "appliesToTest": ["SMB1001_2_8", "ZTNA21868"], |
1462 | | - "helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc", |
1463 | | - "docsDescription": "Users by default are allowed to create M365 groups. This restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc", |
1464 | | - "executiveText": "Restricts the creation of Microsoft 365 groups, Teams, and SharePoint sites to authorized administrators, preventing uncontrolled proliferation of collaboration spaces. This ensures proper governance, naming conventions, and resource management while maintaining oversight of all collaborative environments.", |
1465 | | - "addedComponent": [], |
| 1462 | + "helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc. Optionally allows members of a specific security group to keep creating groups (GroupCreationAllowedGroupId).", |
| 1463 | + "docsDescription": "Users by default are allowed to create M365 groups. This restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc. Optionally, a security group can be named whose members remain allowed to create groups; the group is resolved by display name in each tenant and can be created automatically when it does not exist. When no group is named, the existing GroupCreationAllowedGroupId value in the tenant is left untouched.", |
| 1464 | + "executiveText": "Restricts the creation of Microsoft 365 groups, Teams, and SharePoint sites to authorized administrators, preventing uncontrolled proliferation of collaboration spaces. This ensures proper governance, naming conventions, and resource management while maintaining oversight of all collaborative environments. An approved group of designated users can optionally retain the ability to create groups.", |
| 1465 | + "addedComponent": [ |
| 1466 | + { |
| 1467 | + "type": "textField", |
| 1468 | + "name": "standards.DisableM365GroupUsers.AllowedGroupName", |
| 1469 | + "label": "Optional: name of the group whose members may still create M365 groups", |
| 1470 | + "required": false |
| 1471 | + }, |
| 1472 | + { |
| 1473 | + "type": "switch", |
| 1474 | + "name": "standards.DisableM365GroupUsers.CreateGroup", |
| 1475 | + "label": "Create the allowed group if it does not exist", |
| 1476 | + "required": false |
| 1477 | + } |
| 1478 | + ], |
1466 | 1479 | "label": "Disable M365 Group creation by users", |
1467 | 1480 | "impact": "Low Impact", |
1468 | 1481 | "impactColour": "info", |
|
3219 | 3232 | "powershellEquivalent": "Get-Mailbox & Update-MgUser", |
3220 | 3233 | "recommendedBy": ["CIS", "CIPP"] |
3221 | 3234 | }, |
| 3235 | + { |
| 3236 | + "name": "standards.TeamsDisableResourceAccounts", |
| 3237 | + "cat": "Teams Standards", |
| 3238 | + "tag": ["NIST CSF 2.0 (PR.AA-01)"], |
| 3239 | + "helpText": "Blocks sign-in for all Teams resource accounts used by Auto Attendants and Call Queues. Microsoft's guidance is to block sign-in for resource accounts as they do not require an interactive login to function.", |
| 3240 | + "docsDescription": "Teams resource accounts (the accounts backing Auto Attendants and Call Queues) do not require interactive sign-in to function. If sign-in is enabled and the password is reset, the account can be logged into directly, which presents a security risk. Microsoft's guidance is to block sign-in for these accounts. Accounts that are synced from on-premises AD are excluded, as account state is managed in the on-premises AD.", |
| 3241 | + "executiveText": "Prevents direct login to the service accounts that power phone system features like Auto Attendants and Call Queues. These accounts work without anyone signing into them, so blocking sign-in removes an unnecessary attack surface while keeping the phone system fully functional.", |
| 3242 | + "addedComponent": [], |
| 3243 | + "label": "Block sign-in for Teams resource accounts", |
| 3244 | + "impact": "Medium Impact", |
| 3245 | + "impactColour": "warning", |
| 3246 | + "addedDate": "2026-07-17", |
| 3247 | + "powershellEquivalent": "Get-CsOnlineApplicationInstance & Update-MgUser", |
| 3248 | + "recommendedBy": ["Microsoft", "CIPP"] |
| 3249 | + }, |
3222 | 3250 | { |
3223 | 3251 | "name": "standards.DisableResourceMailbox", |
3224 | 3252 | "cat": "Exchange Standards", |
|
0 commit comments