Skip to content

Instantly share code, notes, and snippets.

@lukecamilo
Created May 22, 2019 16:28
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 lukecamilo/57125cea84f543b094149ed70c57607f to your computer and use it in GitHub Desktop.
Save lukecamilo/57125cea84f543b094149ed70c57607f to your computer and use it in GitHub Desktop.
Get-ReceiveConnector | where {$_.name -like "relay*"} | select name, @{Expression={$_.remoteipranges.count};Label="cantidad"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment