Installation
PowerShell Gallery (Recommended)
Section titled “PowerShell Gallery (Recommended)”The preferred installation method uses the PowerShell Gallery.
The module requires an
ExecutionPolicyofRemoteSignedor lower. Verify withGet-ExecutionPolicyand adjust if needed.
Install-Module -Name PSFalcon -Scope CurrentUserGitHub Release
Section titled “GitHub Release”For environments where the PowerShell Gallery isn’t accessible, download the latest release from GitHub and extract to the appropriate module directory:
| Platform | Path |
|---|---|
| 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\ |
Upgrading
Section titled “Upgrading”Update-Module -Name PSFalconIf updates fail, perform a complete removal followed by a fresh installation.
Removing
Section titled “Removing”Uninstall-Module -Name PSFalcon -AllVersionsFor manually installed versions, delete the module folder directly.
Page Updated: v2.2