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
To install Pode via Chocolatey, the following command can be used:
choco install podePowerShell Gallery
To install Pode from the PowerShell Gallery, you can use the following:
Install-Module -Name PodeDocker
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/podeUsing the Module
After you have installed the module, you can then import it into your server scripts:
Import-Module PodeLast updated