Brian Bunke

Results 35 comments of Brian Bunke

Another option that we discussed in the Slack channel last night: ```posh Get-VM | Where Name -ne 'asdf' | Invoke-Vester ``` Accepting piped VIObjects would either overwrite the scope settings...

I don't mean to interrupt, but as an acknowledgment: Yeah, good report, and no quick answer. I'm sure we can figure out a reasonable option to present them properly as...

Yes! In particular, dynamically counting the unreferenced tests as they're processed and then reporting the total number at the end sounds great. (`Write-Warning`?) I'd love all the help you can...

Ugh. Really sorry I never responded to this. ☚ī¸ @jpsider's doing us a favor and breathing life into this discussion via PR #184. Over there, we have a working proof...

I don't want to hold this up if anyone feels like they need my blessing. Just to be clear: I'd like to see this prototyped. > I'd love to see...

Bleh, sorry! I'm in new baby mode, and sleep has engulfed GitHub time lately. đŸ˜Ģ Haven't tested, but the basic overview looks good! I support the conversion to HT for...

Thanks for taking a look at this! Adding the [awesome compare link](https://github.com/WahlNetwork/Vester/compare/master...BrandonLundt:Issue148) from your current branch. 😃 Speaking from the standpoint of just reviewing the diffs: 1. That structure looks...

I thought the same thing when this issue first came up, and had to talk through it. If you have two standard switches on each host, the only way to...

It's long overdue. 🙂 Right now, I'm planning on submitting a PR at the end of October to publish one large new release at the end of the month. Thank...

At a base level, yep, that's it! We may want to kick off `& $Fix` in a nested Try/Catch block, but I haven't decided on that yet. Would require writing...