Because you get the file object at the end of the pipeline you could do whatever you want. Perhaps you want to delete the file. The del command is an alias for Remove-Item and one you are probably ...
What makes PowerShell such a powerful management tool is that it is based on objects and not text parsing. Once you have an object it is very easy to work with its properties and methods. Most of the ...