Getting Started With Microsoft PowerShell

PowerShell allows us to read and write to files. We will start with a plain text file as seen in Figure 3. This file called example.txt has the following textinit: Hello World This is a text document. Assuming you have created the above (using notepad.exe) adn saved it to m:\example.txt, one can use the command get-content to inspect the ... ................
................