Monday, June 17, 2013

HOWTO: Enable AppLocker cmdlet in PowerShell

To use the AppLocker cmdlets, you must first import the AppLocker module by using the following command at the PowerShell command prompt:

C:\PS> Import-Module AppLocker


Note: Scripting must be enabled on the computer.

That's it!