Retrieves CIPP logs from the API.
The Get-CIPPLogs function retrieves logs from the CIPP API by invoking the "/api/ListLogs" endpoint.
Accepts any of: debug,info,warn,error,critical,alert
Date in local time, in any format Get-Date can ingest. This gets converted to UTC.
PS > Get-CIPPLogsPS > Get-CIPPLogs -Severity "Alert" -DateFilter "07/10/2024"