SharePoint: Modifications in the Embedded container type creation cmdlets in PowerShell
🚨 The Signal: SharePoint PowerShell cmdlets for container type creation are split into two: one for creation and one for billing. This change improves administrative granularity over resource provisioning and cost attribution, enhancing governance and security oversight.
The Impact
SharePoint administrators are affected, with a low security risk related to potential misconfiguration of billing.
- SharePoint Admins: Must update scripts for container type billing.
- Financial Teams: Improved clarity on SharePoint resource costs.
- Security Teams: Enhanced auditability of resource provisioning.
- Compliance Teams: Better alignment with resource accountability policies.
The Action
- Review existing PowerShell scripts that create SharePoint container types.
- Update scripts to use 'New-SPOContainerType' for creation.
- Implement 'Add-SPOContainerTypeBilling' for billing profile assignment.
- Test updated scripts in a non-production environment.
- Communicate changes to relevant administrative teams.
Domain: SharePoint · Impact: low · Workload: SharePoint