< Programming Fundamentals < Introduction

hello.ps1

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

Write-Host 'Hello World!'

Try It

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

Online

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

Windows

macOS / Linux

See Also

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.