Andreas Jordan

Results 390 comments of Andreas Jordan

To update the module please use `Update-Module -Name dbatools`.

But there are no changes to that command for a long time... Have a look at: https://github.com/dataplat/dbatools/issues/7428 - that might help you. There is also an open pull request for...

The update only updates. It does not import the module. Use `Get-Module -ListAvailable -Name dbatools` to check all installed versions.

Will close this now, but can reopen if needed.

I think this is a good idea and a good way for me to learn new powershell stuff. So if you need someone to code or someone to review changes...

If you need a hand full of commands to test this - I would suggest the Remove-DbaDb* commands, as they need a global rewrite to align the output anyway. And...

@wsmelton have you implemented some of this already? Where are we now? Can I help with something?

VSCode says: "501 results in 268 files". A lot of work... And have a look at Invoke-DbMirrorValidation: ``` if ((Test-Bound -ParameterName Witness)) { $results | Select-DefaultView -Property Primary, Mirror, Witness,...

So maybe start with those Get- commands that return SMO objects. Like `Get-DbaAgentJob`. I could start with a PR for all the `Get-DbaAgent*` commands. Or you start with a small...

Can you try to not use named pipes but TCP/IP? Using `-SqlInstance $env:COMPUTERNAME\SQLSERVER` should help.