34,333
edits
Changes
→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>