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. If DateFilter is not specified alongside, it assumes current date in local time.
![Foo](https://img.shields.io/badge/DefaultValue-(Get-Date -Format 'yyyyMMdd')-Blue?color=5547a8)
Date in "yyyyMMdd" format. This should be in the time zone of your CIPP instance (default UTC).
PS > Get-CIPPLogs
PS > Get-CIPPLogs -Severity "Alert" -DateFilter "20240711"