Explore Connect Documentation
Snippets
1
2
3
4
# Many aliases are used below for brevity
dir -s * | group extension | Sort-Object count | where count -gt 1 |
select count, name | ConvertTo-Json
Press desired key combination and then press ENTER.