dbatools
dbatools copied to clipboard
Get-DbaRegServer IncludeSelf
Summarize Functionality
Can we get the parameter to return the resutls back with the rest of the results so that we can pass it with piping to commands?
For example:
$SQLInstances = Get-DbaRegServer -SQLInstance $CMSServer -IncludeSelf $SQLInstances | Get-DbaDefaultPath | Format-Table -AutoSize
The last command will not return results for the CMSServer.
Is there a command that is similiar or close to what you are looking for?
No
Technical Details
No response
I ended up adding Self like CMSServer,1433. I agree, it would be nice if the results were consistent.