Installation

Pode is a PowerShell module that can be installed from either Chocolatey, PowerShell Gallery, or Docker. Once installed, you can import the module into your PowerShell scripts.

Chocolatey

Chocolateyarrow-up-right

To install Pode via Chocolatey, the following command can be used:

choco install pode

PowerShellarrow-up-right

To install Pode from the PowerShell Gallery, you can use the following:

Install-Module -Name Pode

Docker

Dockerarrow-up-right Dockerarrow-up-right

Pode can run on Unix environments, therefore it only makes sense for there to be a Docker container for you to use! The container uses PowerShell Core on an Ubuntu Xenial container. To pull down the Pode container you can do:

docker pull badgerati/pode

Using the Module

After you have installed the module, you can then import it into your server scripts:

Last updated