Hi,
I am trying to use Powershell to convert a dir listing to XML. How do I go about doing that? I notice that PowerShell 2.0 has the convertto-xml command as well as the get-childitem command. Can't I pipe these together to create a text file
that contains a directory listing recursively of a specific file extension on a particular volume? Please give the example command I would use if possible.
Sincerely,
penciline