Andreas Jordan

Results 390 comments of Andreas Jordan

Can you try to use `"E:\\"`? I think the problem is inside of the setup.exe with the `\"` at the end of the parameter.

I could just successfully install a 2022 version into C: using a dubble backslash. I will provide a fix for that.

There are multiple places for the dbatools-buildref-index.json file. You can use `Update-DbaBuildReference` with `-LocalFile` to import the newest file and place it in the correct location.

I like the idea and would help with the implementation as I refactored the command some time ago. You would also want to have a config item for that, because...

The handling of DAC is still not good. In Connect-DbaInstance we bypass a lot of steps and we currently don't ensure an open connection. So based on my local testing,...

So the problem is, that the DAC is not correctly opened. Can you only run the frist command to open the DAC and see if that triggers one of the...

The main problem is, that using `Connect-DbaInstance -DedicatedAdminConnection` does not open the connection but only created the SMO object. This way, problems with opening the connection are shown way to...

@potatoqualitee will have a look at the pull requests if she has some spare time. So there is nothing we can do at the moment.