Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.53 KB

Set-CIPPCSPLicense.md

File metadata and controls

32 lines (26 loc) · 1.53 KB

Set-CIPPCSPLicense

SYNOPSIS

Manages CSP licenses for a tenant.

DESCRIPTION

The Set-CIPPCSPLicense function manages Cloud Solution Provider (CSP) licenses for a specified tenant in the CIPP system.

PARAMETERS

-CustomerTenantID

Foo Foo
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.

-LicenseId

Foo Foo
Specifies the ID of the CSP license to manage.

-Action

Foo Foo
Specifies the action to perform on the license. Valid values are 'Add', 'Remove', or 'Update'.

-Quantity

Foo Foo Foo
Specifies the number of licenses to add or update. Only applicable for 'Add' or 'Update' actions.

EXAMPLE 1

PS > Set-CIPPCSPLicense -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -LicenseId "CFQ7TTC0LH16" -Action Add -Quantity 5

EXAMPLE 2

PS > Set-CIPPCSPLicense -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -LicenseId "CFQ7TTC0LH16" -Action Remove