Changes

Jump to: navigation, search

Windows PowerShell 1.0 Functions

9 bytes added, 20:53, 4 December 2008
Windows PowerShell Function Administration
== Windows PowerShell Function Administration ==
Functions declared within PowerShell are stored in the ''function'' namespace which is mapped to a virtual ''function:'' drive. As such, functions can be manipulated and administered much in the same way files in a filesytem are handled. It is possible, for example, to list the ''multiplymultiply_nnumbers'' function created earlier in this chapter using the ''dir'' command:
<pre>

Navigation menu