JustinGrote / JAz.PIM

MIT License
30 stars 2 forks source link

Add Wait-ADRole cmdlet #9

Closed JustinGrote closed 2 years ago

JustinGrote commented 2 years ago

Will wait for one or more jobs to complete.

JustinGrote commented 2 years ago

First draft works, its slightly complicated because I didn't want to wait for each role until the next one activates, it should wait in parallel so it doesn't take forever.

Next draft will replace the verbose messages with nested progress. image

JustinGrote commented 2 years ago

Now with progress:

Capture