Changes

Jump to: navigation, search

Basic Windows PowerShell 1.0 Operators

1 byte added, 19:59, 26 November 2008
Windows PowerShell & Operator
== Windows PowerShell & Operator ==
The Windows PowerShell & operator is a little knowknown, yet extremely useful operator. Quite simply, it allows a string to be treated as a command. This is particularly useful when creating dynmaic commands within a PowerShell script. In the following example, the following commands assign the string ''Get-ChildItem'' to a variable named ''$mycommand'':
<pre>

Navigation menu