Aaron Bockelie

Results 6 comments of Aaron Bockelie

Let me know if there's any other debug info or anything you'd like me to grab.

I sort of like just having to add credentials and not worry about which instance I'm connecting to, or maybe a list of common servers? Similar to how a .ssh...

I would like to point out that using basic auth, every time, can become slow with lots of calls. Re-use of the jsessionid (presenting when connecting) skips the calls to...

Two thoughts: Would a $PSCmdlet.MyInvocation test be appropriate here? For example, calling from a command line vs a function could cause one behaviour or the other. Would this be an...

@replicaJunction Yeah, I think you are right. Consistent behavior is more important than convenience in this case, since getting a user is a pretty core item. MyInvocation simply returns the...

Also, sorry for all the internal commits, they could probably be squashed together.