Skip to content

Instantly share code, notes, and snippets.

@ciphertxt
Created November 10, 2014 01:05
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 ciphertxt/e1bfd6b6eee45e3f9392 to your computer and use it in GitHub Desktop.
Save ciphertxt/e1bfd6b6eee45e3f9392 to your computer and use it in GitHub Desktop.
Get-BitsTransfer | Select-Object -Property *,@{ Name = 'PercentComplete'; Expression = { '{0:P}' -f ($PSItem.BytesTransferred/$PSItem.BytesTotal); }; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment