Installation
Installation information for PowerShell Protect.
Last updated
Installation information for PowerShell Protect.
PowerShell Protect is distributed as a PowerShell module. You can install it from the PowerShell Gallery.
Install the module and then register the PowerShell Protect AMSI provider using Install-PowerShellProtect. Registering the provider must be run as a local administrator.
Install-Module 'PowerShellProtect'
Install-PowerShellProtectTo install the module for the current user before registering the provider, use -Scope CurrentUser.
Install-Module 'PowerShellProtect' -Scope CurrentUser
Install-PowerShellProtectUnregister the provider by using Uninstall-PowerShellProtect. This action must be run as a local administrator.
Uninstall-PowerShellProtectRestart the machine after uninstalling to ensure the AMSI provider is fully unloaded before removing the module.
Last updated