Programming Fundamentals/Introduction/PowerShell

hello.ps1

edit
# This script displays "Hello world!"
#
# References:
#     https://technet.microsoft.com/en-us/library/bb963733.aspx

Write-Host 'Hello World!'

Try It

edit

Copy and paste the code above into one of the following free online development environments or use your own PowerShell compiler / interpreter / IDE.

Online

edit
  • There are some options, but none are fully functional at this time.

Windows

edit

macOS / Linux

edit

See Also

edit