Chris Lumnah

Results 5 issues of Chris Lumnah

## **What happened**: ### Trying to run the below code ``` Import-Module Rubrik $token="removed" Connect-Rubrik -Server Rubrik -token $token $Rubrikdatabase = Get-RubrikDatabase -ServerInstance "SQLServer" -Name "Database" set-rubrikdatabase -id $Rubrikdatabase.id -PreScriptPath...

kind-bug

We need to add additional functionality via cmdlets to support mssql. Below are APIs needing cmdlets ### V1 - /mssql/hierarchy/{id} - /mssql/hierarchy/{id}/descendants - /mssql/instance/count - /mssql/db/bulk - ​/mssql​/db​/{id}​/missed_snapshot - /mssql/db/{id}/missed_recoverable_range...

**Describe the solution you'd like** In 5.1, we introduced new endpoints under the MSSQL section for hierarchy. Pre-5.1 they were internal only. I would like new cmdlets written so I...

kind-enhancement
roadmap
area-rcdm
exp-intermediate

### Describe the bug Please provide as much information as you can. ### Please complete the following: **Which version of .NET Interactive are you using?** (In a notebook, run the...

bug
waiting-on-feedback
Area-SQL / data querying

Update to output of MISC/Run-iPerfTest.ps1 to be json when using iperf 3. This is so we can better use the Parse-iperf script after.