News

Use the Export-Clixml cmdlet when capturing XML data that you'll want to use later in a PowerShell session. In the Windows world the XML format has long been the format of choice for capturing complex ...
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 ...