Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 618 Bytes

Get-CIPPPhishPolicies.md

File metadata and controls

16 lines (13 loc) · 618 Bytes

Get-CIPPPhishPolicies

SYNOPSIS

Retrieves the phishing policies for a specific customer tenant.

DESCRIPTION

The Get-CIPPPhishPolicies function retrieves the phishing policies for a specific customer tenant by making a REST API call to the "/api/listphishpolicies" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which to retrieve the phishing policies.

EXAMPLE 1

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