Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 753 Bytes

Get-CIPPSharePointQuota.md

File metadata and controls

20 lines (17 loc) · 753 Bytes

Get-CIPPSharePointQuota

SYNOPSIS

Retrieves the SharePoint quota for a specific customer tenant.

DESCRIPTION

The Get-CIPPSharePointQuota function retrieves the SharePoint quota for a specific customer tenant by making a REST API call to the "/api/listsharepointquota" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which the SharePoint quota needs to be retrieved.

EXAMPLE 1

PS > Get-CIPPSharePointQuota -CustomerTenantID "contoso.onmicrosoft.com"

EXAMPLE 2

PS > Get-CIPPSharePointQuota -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778"