Skip to content

Instantly share code, notes, and snippets.

@ploegert
Created May 9, 2014 20:17
Show Gist options
  • Select an option

  • Save ploegert/e6c73012cba5022f0759 to your computer and use it in GitHub Desktop.

Select an option

Save ploegert/e6c73012cba5022f0759 to your computer and use it in GitHub Desktop.
Posh-Write status update
for ($i = 1; $i -le 100; $i++ )
{write-progress -activity "Search in Progress" -status "$i% Complete:" -percentcomplete $i;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment