Over the last few lessons we've been exploring different ways of filtering for files. On one hand using separate cmdlets in a pipelined expression is the "right" way, I also recognize the need for an easier to use tool. So I created a wrapper function to Get-ChildItem called Get-MyFile. Here is the code:
↧