Changes

Jump to: navigation, search
no edit summary
$userName = read-host
write-host "Hello $userName!"
</pre>
<pre>
write-host "Hello $args!"
</pre>
When the script is executed we simply pass our anme a name through as parameter:
<pre>

Navigation menu