Created
January 9, 2020 08:11
-
-
Save techthoughts2/e61346cea2e93b71622e0f3596a74715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$top50 = $community ` | |
| Sort-Object { [int]$_.AdditionalMetadata.downloadCount } -Descending ` | |
| Select-Object Name, @{N = "Downloads"; E = { $_.AdditionalMetadata.downloadCount } } -First 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment