Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 773 Bytes

Get-CIPPPartnerRelationships.md

File metadata and controls

20 lines (17 loc) · 773 Bytes

Get-CIPPPartnerRelationships

SYNOPSIS

Retrieves partner relationships for a specified customer tenant.

DESCRIPTION

The Get-CIPPPartnerRelationships function retrieves partner relationships for a specified customer tenant by making a REST API call to the "/api/listpartnerrelationships" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which to retrieve partner relationships.

EXAMPLE 1

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

EXAMPLE 2

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