You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Several of the parameters that are being filtered out aren't in Invoke-DbaWhoIsActive at all. Some where in this quite old version, so maybe the filter list is just very old?
Summarize Functionality
Invoke-DbaWhoIsActive
callsInvoke-DbaQuery
, but cannot be called with the-AppendServerInstance
flag likeInvoke-DbaQuery
can. Let's fix that. When you callInvoke-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
callsInvoke-DbaQuery
directly and already has a bunch of things built in for controlling what parameters go there.The text was updated successfully, but these errors were encountered: