Manages CSP licenses for a tenant.
The Set-CIPPCSPLicense function manages Cloud Solution Provider (CSP) licenses for a specified tenant in the CIPP system.
![]()
![]()
Specifies the ID of the customer tenant where the operation will be performed. This parameter is mandatory for proper data isolation and multi-tenancy compliance.
![]()
![]()
Specifies the action to perform on the license. Valid values are 'Add', 'Remove', or 'Update'.
![]()
![]()
Specifies the number of licenses to add or update. Only applicable for 'Add' or 'Update' actions.
PS > Set-CIPPCSPLicense -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -LicenseId "CFQ7TTC0LH16" -Action Add -Quantity 5
PS > Set-CIPPCSPLicense -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -LicenseId "CFQ7TTC0LH16" -Action Remove