Windows Security Controls
Firewall and AppLocker
Check which files/extensions are blacklisted/whitelisted:
Copy Get-ApplockerPolicy -Effective -xml
Get-AppLockerPolicy -Effective | select -ExpandProperty RuleCollections
$a = Get-ApplockerPolicy -effective $a.rulecollectionLast updated
