Closed
Description
Summarize Functionality
Invoke-DbaWhoIsActive
calls Invoke-DbaQuery
, but cannot be called with the -AppendServerInstance
flag like Invoke-DbaQuery
can. Let's fix that. When you call Invoke-DbaWhoIsActive
on a bunch of servers at once, it pays to know which server you're seeing.
Is there a command that is similiar or close to what you are looking for?
Yes
Technical Details
This should be really easy, given that Invoke-DbaWhoIsActive
calls Invoke-DbaQuery
directly and already has a bunch of things built in for controlling what parameters go there.