Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 501 Bytes

File metadata and controls

22 lines (18 loc) · 501 Bytes

Get-CIPPLogs

SYNOPSIS

Retrieves CIPP logs from the API.

DESCRIPTION

The Get-CIPPLogs function retrieves logs from the CIPP API by invoking the "/api/ListLogs" endpoint.

PARAMETERS

Severity

Accepts any of: debug,info,warn,error,critical,alert

DateFilter

Date in local time, in any format Get-Date can ingest. This gets converted to UTC.

EXAMPLE 1

PS > Get-CIPPLogs

EXAMPLE 2

PS > Get-CIPPLogs -Severity "Alert" -DateFilter "07/10/2024"