Can PowerShell handle XML files? Extensible Markup Language is just text, so PowerShell can certainly load the contents of an XML file into a variable: $xml = Get ...
PowerShell commands such as Get-Help, Get-Command, Get-Process, Start-Process, Stop-Process, Get-Service, Stop-Service, Get-Content, Get-ChildItem, Copy-Item, Move ...