Skip to content

Instantly share code, notes, and snippets.

@chelnak
Created July 25, 2016 14:43
Show Gist options
  • Select an option

  • Save chelnak/eb2c10961bb771e525805eb908ddcbc7 to your computer and use it in GitHub Desktop.

Select an option

Save chelnak/eb2c10961bb771e525805eb908ddcbc7 to your computer and use it in GitHub Desktop.
Tail a request that is in progress with PowervRA
while($true) {(Get-vRAConsumerRequest -RequestNumber 2397).State; sleep 5}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment