PowerTip: Use PowerShell to Count Types of Images
Summary: Use Windows PowerShell to count different types of image files. How can I use Windows PowerShell to see a count of the different types of image files on my computer? Use the Get-ChildItem cmdlet to find the image files and then pipe the results to the Group-Object cmdlet, &...