PowerShell 3.0 has given us a much needed update to Get-ChildItem. All your version 2 scripts should continue to work, but I expect you’ll find these new features will make new scripting projects even ...
One of the big advantages of using PowerShell as a scripting language is its use of objects. Since everything is an object in PowerShell, we can take advantage of structured data by calling properties ...
I wrote a script to purge files from a memory card to a location on my network. However I had no idea they were doing video too. Is there a way to use -Include with multiple file types?