News

Since a CSV file is just a text file, it can loosely be created with PowerShell's Add-Content cmdlet. The Add-Content cmdlet can create text files and populate them with strings. Even though ...
Now let's say you want to read this XML file with PowerShell. To do this, I'll use the [xml] type accelerator and Get-Content to pull out all the text and convert it to XML. Figure 1. Now I'd like to ...