helloworld

Hello World in Multiple Languages Extravaganza: PowerShell

Summary

This directory contains:

Run

From the repository root:

powershell -ExecutionPolicy Bypass -File .\powershell\helloworld.ps1
powershell -ExecutionPolicy Bypass -Command "& { Set-Location .\powershell; .\Main.ps1 }"

The basic script pauses for input before closing. The module-based example is the one used by the root smoke check.

Tasks

Notes