Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 864 Bytes

Get-CIPPCalendarPerms.md

File metadata and controls

20 lines (16 loc) · 864 Bytes

Get-CIPPCalendarPerms

SYNOPSIS

Retrieves calendar permissions for a user in a specified customer tenant.

DESCRIPTION

The Get-CIPPCalendarPerms function retrieves the calendar permissions for a user in a specified customer tenant using the CIPP API. It sends a request to the "/api/listcalendarpermissions" endpoint with the provided customer tenant ID and user ID.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant.

-UserID

Foo Foo
The ID of the user.

EXAMPLE 1

PS > Get-CIPPCalendarPerms -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -UserID "[email protected]"