PowerShell - Hello World
This is the PowerShell Hellow World program.
hello.ps1write-host "Hello World!"
You can run it like this:
.\hello.ps1
This is the PowerShell Hellow World program.
hello.ps1write-host "Hello World!"
You can run it like this:
.\hello.ps1