Skip to content

Instantly share code, notes, and snippets.

@ciphertxt
Created November 10, 2014 01:05
Show Gist options
  • Select an option

  • Save ciphertxt/e1bfd6b6eee45e3f9392 to your computer and use it in GitHub Desktop.

Select an option

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