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
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.