Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoke-DbaQuery, re-wire connection with integrated as another user #9592

Merged
merged 9 commits into from
Feb 27, 2025

Conversation

niphlod
Copy link
Contributor

@niphlod niphlod commented Feb 20, 2025

Type of Change

Purpose

Tried to put it all in the new comments. Feel free to ping me on Slack for further details.
I'd like someone to try it in their own environment and see if it breaks things.

Small test

$cred = Get-Credential 'domain\anotheruser'
$server = Connect-DbaInstance -SqlInstance 'yourinstance' -Database dbatools -SqlCredential $cred
Invoke-DbaQuery -SqlInstance $server -Query 'select suser_sname()'
$server.Query('select suser_sname()')

Approach

Path of least resistance, should kick in and recreate the connection only if needed, if not, back to pooling that helps with performances.

@niphlod niphlod mentioned this pull request Feb 20, 2025
10 tasks
@potatoqualitee
Copy link
Member

I remember adding that code for a reason. @andreasjordan do you? I believe it's for secondary domains. Like if you on AD and try to connect to HOME

@andreasjordan
Copy link
Contributor

I remember adding that code for a reason. @andreasjordan do you? I believe it's for secondary domains. Like if you on AD and try to connect to HOME

Sorry, I don't remember the reason. I don't have a lab to test the change and I don't have time to build one right now.

@potatoqualitee potatoqualitee merged commit be44563 into dataplat:development Feb 27, 2025
3 checks passed
@potatoqualitee
Copy link
Member

Thank you, @niphlod ! Thanks for the response, @andreasjordan.

I have merged it but will need to create a release when I'm at home with my lil hardware tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants