Chris Lumnah

Results 9 comments of Chris Lumnah

The way around MFA for the powershell module is to use an API token. API tokens are more secure than using a basic authentication with MFA. The approach we are...

I think there is some confusion behind what ServerInstance is. ServerInstance should never be used for the Host\MSSQLSERVER combination. When you have a default instance, a default instance is one...

One thing I noticed, 5.0 and 5.1 behavior is different. It maybe best to make this work for 5.1 forward. The behavior and results for 5.0 do not match that...

This is not something we can fix as logical names of a database cannot be changed during a recovery operation. You are able to change the path and physical name...

Hello, The reason for this failure is most like due to the following - Your role based access controls do not allow you to assign an SLA, most likely not...

Sorry for the late reply, I took some time off during the holiday. This is on Windows 11 `#r "nuget:Microsoft.DotNet.Interactive.SqlServer,*-*"` Returns ``` Installed Packages Microsoft.DotNet.Interactive.SqlServer, 1.0.0-beta.22606.2 Loading extensions from `C:\Users\chris.lumnah\.nuget\packages\microsoft.dotnet.interactive.sqlserver\1.0.0-beta.22606.2\interactive-extensions\dotnet\Microsoft.DotNet.Interactive.SqlServer.dll`...

How do I use the different version to test that?On Jan 10, 2023, at 9:58 AM, travisgan ***@***.***> wrote: I switched back to the newer version 1.0.0-beta.22606.2 and have been...

Hello, just wanted to check in on this. Any update on a path forward?

Have you looked at the cmdlet Get-RubrikRequest? If you pass it in an event ID and an event type, it will tell you the progress of the event. If you...