Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 500 Bytes

File metadata and controls

22 lines (14 loc) · 500 Bytes

PowerShell Core Scripts

Requirements

Pre-requisites:

  • pwsh

I recommend using asdf to manage your PowerShell Core versions. You can install PowerShell Core with asdf via:

# Add PowerShell Core plugin and install PowerShell Core
asdf plugin add powershell-core
asdf install powershell-core 7.4.2
asdf global powershell-core 7.4.2

Examples

xxtemplate-powershell.pwsh

This script will print the arugments provided to it.