Skip to content

Installation

The preferred installation method uses the PowerShell Gallery.

The module requires an ExecutionPolicy of RemoteSigned or lower. Verify with Get-ExecutionPolicy and adjust if needed.

Install-Module -Name PSFalcon -Scope CurrentUser

For environments where the PowerShell Gallery isn’t accessible, download the latest release from GitHub and extract to the appropriate module directory:

PlatformPath
Linux / macOS$HOME/.local/share/powershell/Modules/PSFalcon/
Windows (PowerShell 6+)$HOME\Documents\PowerShell\Modules\PSFalcon\
Windows (PowerShell 5.1)$HOME\Documents\WindowsPowerShell\Modules\PSFalcon\
Update-Module -Name PSFalcon

If updates fail, perform a complete removal followed by a fresh installation.

Uninstall-Module -Name PSFalcon -AllVersions

For manually installed versions, delete the module folder directly.

Page Updated: v2.2