Andreas Jordan
Andreas Jordan
I think this would need a change of `Update-SqlPermission` as the mappings are handled there. Maybe a new switch parameter `-NoDatabaseMapping` to skip some parts. Maybe I find time to...
The code just puts together some `ALTER DATABASE tempdb` commands and executes them. So I don't see a way to help you here, as the path change needs a restart...
Hi @Zhunya - What left over files do you mean? I think all files are beeing deleted. We could also remove the backup and restore history as SSMS suggests by...
Very strange, the files are deleted on my system. Can you run the command with verbose to see which of the different ways is used?
I'm not sure if this is still a request for a new feature. @L3onard80 : Do you still want to have the new parameter `-Permission`? At all that have taken...
Now I have a client with this problem as well. It's a two-node-cluster with two instances (2017 and 2019) and today we patched both instances on both nodes (three times...
@nvarscar Do you have any idea?
Some test code to test just `Invoke-Program`: ``` $dbatools_enabledebug = $true $moduleBase = Get-Module -Name dbatools -ListAvailable | Select-Object -First 1 -ExpandProperty ModuleBase Import-Module "$moduleBase\dbatools.psm1" $cred = Get-Credential $params =...
Will have a look at that in the next days.
Some thoughts for documentation: About the temp-files not beeing removed: This is most likely because it is tried while the server restarts and the WinRM service is not ready. I...