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

### Verified issue does not already exist? Yes ### What error did you receive? ```powershell PSMessageDetails : Exception : System.Management.Automation.MethodInvocationException: Exception calling "InvokeScript" with "4" argument(s): "Operations that change non-concurrent...

bugs life
triage required

### Verified issue does not already exist? Yes ### What error did you receive? If i execute Sync-DbaAvailabilityGroup, it runs through all the checks, but then fails at the end...

bugs life
triage required

### Verified issue does not already exist? Yes ### What error did you receive? PSMessageDetails : Exception : System.Exception: Exception calling "Open" with "0" argument(s): "A network-related or instance-specific error...

bugs life
triage required

### Report #### Host used - [ ] powershell.exe - [x] ISE - [ ] VS Code - [ ] Other (please specify) #### Errors Received ``` WARNING: [21:10:15][Restore-DbaDatabase] Database...

bugs life
stale

### Summarize Command's Functionality Any way to debug script blocks of Invoke-Command or a better solution to it so it can be debug? Write-host or Add-Content just isn't enough. This...

feature
new command
waiting for user

### Verified issue does not already exist? Yes ### What error did you receive? wrong output ### Steps to Reproduce ```powershell ComputerName : mssql1 InstanceName : MSSQLSERVER SqlInstance : mssql1...

bugs life
stale

### Verified issue does not already exist? Yes ### What error did you receive? WARNING: [16:30:54][Export-DbaScript] InputObject is of type System.Management.Automation.PSObject which is not a SQL Management Object. Only SMO...

bugs life
stale
triage required

### Verified issue does not already exist? Yes ### What error did you receive? I noticed that the value of some properties are not standard to both functions. Below is...

bugs life

### Verified issue does not already exist? Yes ### What error did you receive? Table objects created with invalid names ### Steps to Reproduce ```powershell $cols += @{ Name =...

feature

### Verified issue does not already exist? Yes ### What error did you receive? Logon Could not connect because the maximum number of '1' dedicated administrator connections already exists. Before...

bugs life
waiting for team