Enumerating AppLocker configurations present within the domain or the machine.

Discover the AppLocker policies:

(Get-AppLockerPolicy -Local).RuleCollections
Get-AppLockerPolicy -Effective -Xml
Get-ChildItem -Path HKLM:\SOFTWARE\Policies\Microsoft\Windows\SrpV2\Exe
Get-AppLockerPolicy -Effective | Select-Object RuleCollections -ExpandProperty RuleCollections
Get-ChildItem -Path HKLM:Software\Policies\Microsoft\Windows\SrpV2 -Recurse