Exec PowerShell Module
Build Pipelines
Latest Release
Release Preview
Overview
Exec
is a PowerShell
utility module providing commands to work with external executables.
Tips For the
PowerShell
newbies, you can get a list of the commands made available by this module by issuing the followingPowerShell
command:Get-Command -Module Exec
You can then get detailed help on an individual command via a
PowerShell
command similar to:Get-Help -Name Invoke-Tool -Detailed
Installation
In order to be able to install the PowerShell
module, you might have to trust the be.stateless
’s certificate public key beforehand; see these instructions for details on how to proceed.