Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created January 9, 2020 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/e61346cea2e93b71622e0f3596a74715 to your computer and use it in GitHub Desktop.
Save techthoughts2/e61346cea2e93b71622e0f3596a74715 to your computer and use it in GitHub Desktop.
$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