Changes

Jump to: navigation, search
What is a PowerShell Script?
== What is a PowerShell Script? ==
A Windows PowerShell script is essentially a file containing a sequence of Windows PowerShell commands, statements and expressions which are to be executed in seuqence to perform a particular task to set of tasks. This is really no different from entering commands one by one at the interactive command prompt, expect that the commands are instead entered into a file which can be repeatedly executed when needed.
== An Example Windows PowerShell Script ==

Navigation menu