Changes

Jump to: navigation, search

Windows PowerShell 1.0 Functions

No change in size, 20:43, 4 December 2008
Creating and Calling a Simple Windows PowerShell Function
== Creating and Calling a Simple Windows PowerShell Function ==
The most basic of Windows PowerShell functions are created using the ''function'' keyword following followed by the name of the function. Finally, the list of statements to be executed are enclosed in curly braces. For example, the following function simply output outputs a string before returning:
<pre>

Navigation menu