Question about the default built-in rules

May we know how to check the details of each individual rule contained with the default built-in rule set?

There is a boolean “Enabled” property available from Get-PSPConfiguration (per below)

Get-PSPConfiguration | Select-Object -ExpandProperty BuiltIn

image

Context

During troubleshooting, it will be helpful to know the details of all of the rules that were installed so they can be verified etc. I am not sure how to extract that information once PowerShellProtect is installed. Perhaps this is already known and I missed it. :thinking:

Unfortunately, I don’t think the built-in rules will show up in Get-PSPConfiguration like that. We could certainly enhance that to be the case.

1 Like

I raised #956 to catalog this request

Thank you :beer:

1 Like