What Can I Do With Windows PowerShell?
Scripting Techniques
The following task-based articles provide a brief introduction to generic scripting techniques used in Windows PowerShell; these techniques include such things as sorting data, filtering data, and prompting a user to enter information. As is so often the case with Windows PowerShell, the code snippets found in these articles can either be included within a Windows PowerShell script or typed directly into the Windows PowerShell console.
Top of page