Summary: Use Windows PowerShell to find the effective AppLocker policy.
How can I use Windows PowerShell to find the effective AppLocker policy after considering domain policies
and local policies?
Open Windows PowerShell with Admin rights, and use the Get-AppLockerPolicy cmdlet with the
–Effective switch:
Get-AppLockerPolicy -Effective