dbatools icon indicating copy to clipboard operation
dbatools copied to clipboard

🚀 SQL Server automation and instance migrations have never been safer, faster or freer

Results 272 dbatools issues
Sort by recently updated
recently updated
newest added

### Summarize Functionality Can we get the parameter to return the resutls back with the rest of the results so that we can pass it with piping to commands? For...

feature
triage required

### Verified issue does not already exist? Yes ### What error did you receive? Cannot find type [Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer]: verify that the assembly containing this type is loaded. ### Steps to...

bugs life
triage required

### Summarize Functionality It would be super awesome if we could get a parameter added to Copy-DbaAgentJob to skip the copying of SSRS subscription jobs. ### Is there a command...

feature
triage required

A new idea: What about having some templates for code that is used in more commands, including some information about how and why to help new contributors. We already have...

feature
triage required

### Summarize Functionality When working across domains to convert SQL trace to XE sessions there is a need to pass credentials to the target server so that ConvertTo-DbaXESession can execute...

feature
triage required

### Verified issue does not already exist? Yes ### What error did you receive? No error message. Copy-DbaDatabase is suppose to delete backup files using 2 methods: 1. Using Remove-Item...

bugs life
triage required

### Summarize Functionality It would be convenient to write the below: `Get-DbaRegServer CMS -Name '*serv*', '*ws1'` instead of `Get-DbaRegServer CMS | Where-Object { $_.Name -like '*serv*' -or $_.Name -like '*ws1'...

feature
triage required

### Verified issue does not already exist? Yes ### What error did you receive? While running the restore job on the destination server: ``` Message Microsoft (R) SQL Server Log...

bugs life
triage required

please explore log shipping to blob storage

feature
azure sql

### Summarize Functionality See: https://twitter.com/FredWeinmann/status/1533198245496758274 > Yo fellows, the latest version of the [#psframework](https://twitter.com/hashtag/psframework?src=hashtag_click) [#powershell](https://twitter.com/hashtag/powershell?src=hashtag_click) module shipped today! Massively improved logging performance for the logfile provider (and no more collision...

feature