Table where you can see the event id of powershell and powershell operational

Hello everyone! This is my first post! I wanted to ask about the existence of a table that has all the event ids of powershell and powershell operational. If said table does not exist, is there a way to obtain that list of event ids? I need to contemplate most of these id

Not strictly Powershell related, but you can use the Windows utility wevtutil to get them.

This will give you all event log providers with powershell in the name

wevtutil ep | Select-String -Pattern powershell

To dump possible raised events, example on the Microsoft-Windows-Powershell provider

wevtutil gp Microsoft-Windows-Powershell

Found this in a google search, not sure how this link will behave as it references a PDF … but maybe worth a shot. The list the related Event IDs in the document.

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjtk9Hquv2BAxXMCTQIHePUD1cQFnoECDIQAQ&url=https%3A%2F%2Fstatic1.squarespace.com%2Fstatic%2F552092d5e4b0661088167e5c%2Ft%2F5760096ecf80a129e0b17634%2F1465911664070%2FWindows%2BPowerShell%2BLogging%2BCheat%2BSheet%2Bver%2BJune%2B2016%2Bv2.pdf&usg=AOvVaw2tsyQvU58SagUeupFmAygA&opi=89978449