Adds a new team site to the specified customer tenant.
The Add-CIPPTeam function creates a new team site in the specified customer tenant using the provided display name, description, visibility, and owner.
![]()
![]()
The ID of the customer tenant where the team site will be added. Can be the tenant ID or default domain name.
![]()
![]()
The visibility setting for the new team site (e.g., Public or Private).
![]()
![]()
The owner of the new team site. Should be a valid user principal name (UPN) with a teams license assigned.
PS > Add-CIPPTeam -CustomerTenantID "9d606831-a394-4d1a-b508-260f428807a4" -DisplayName "Engineering Team" -Description "Team for engineering department" -Visibility "Private" -Owner "john.doe@example.com"
PS > Add-CIPPTeam -CustomerTenantID "exampleTenant.onmicrosoft.com" -DisplayName "Marketing Team" -Description "Team for marketing department" -Visibility "Public" -Owner "Jane.doe@example.com"