Jaap Brasser
Jaap Brasser
Thanks @scryb3, I have taken a look at this cmdlet and it seems that it can indeed be improved upon. I will start work on an improved version of this...
Hello @rubenz91, It sounds like a TLS issue, could you try running: `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12` And then connecting to your Rubrik Cluster using `Connect-Rubrik` to see if that makes any...
What kind of output do you get when you run the following: `[Net.ServicePointManager]::SecurityProtocol`
I've been looking at replicating the issue, but the only way I can get PowerShell 5.1 to generate this error on my end is when TLS isn't configured correctly. So...
Hey Dewbrik, Just noticed this was still in the backlog, this is indeed fixed when using a new PowerShell version, but I've added support for two new scenarios: * `Set-RubrikModuleOption...
Thanks for reporting this @JanosPesti, I'll take a look at what is causing this behavior so we can resolve this