Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 708 Bytes

Send-CIPPPush.md

File metadata and controls

20 lines (16 loc) · 708 Bytes

Send-CIPPPush

SYNOPSIS

Sends a push notification to a user.

DESCRIPTION

The Send-CIPPPush function sends a push notification to a user specified by their email address.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer's tenant.

-UserEmail

Foo Foo
The email address of the user to send the push notification to.

EXAMPLE 1

PS > Send-CIPPPush -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserEmail "user@example.com"