Shawn Melton
Shawn Melton
Why do you need to go through the chain itself? Our Restore command we have does that for you so we would need more context on the need or solution...
It's been discussed in Discord about merging jborean code into the command. It does the cert checks more to how Microsoft support tool will do.
This is functionality in SMO because you are using a nested class of the Database class. https://learn.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.management.smo.database.tables?view=sql-smo-160#microsoft-sqlserver-management-smo-database-tables We would have no control over passing the MFA token unless Microsoft choses...
Our Azure lab does not have MFA configuration available to test, it requires a good bit of setup. I do not have any Azure SQL DBs deployed at work to...
We do not own the MSAL module so I'm not sure what you are asking here? This is not much different than using dbatools with sqlserver modules together will cause...
Truthfully I'm not sure what we can do for you. This is the behavior of PowerShell here as first-come-first-serve with Assemblies being loaded.
It is not likely dependency on "logged in user" but that the user can create a profile. If you are using service account or such that is policy blocked with...
That's interesting because Copy-DbaDatabase is using BitsTransfer to move files and is one of our most used commands in automation (non-interactive). Folks use that in SQL Agent jobs and scheduled...
We do not see a push from community at this time to implement support. If that comes around with more desire we can look at adding it. The complexity and...
If only one user wants them? That's a lot of code for us to maintain. This feature is also something we likely can't automatically run tests for either in Appeyor.