rubrik-sdk-for-powershell icon indicating copy to clipboard operation
rubrik-sdk-for-powershell copied to clipboard

Create Rubrik Session management cmdlets

Open jaapbrasser opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

Currently we allow for user to be connected to multiple Rubrik Cluster, these connections are stored in the $RubrikConnections global variable. Switching between sessions is a manual process as user have to assign the appropriate to the $RubrikConnection variable.

A solution would be to create a set of new functions:

  • Get-RubrikConnection
  • Set-RubrikConnection

Output from Get-RubrikConnection should be allow to be piped into Disconnect-Rubrik, in combination with filtering we would be able to provide users with a more natural way of interacting with multiple Rubrik clusters, tokens and connections.

Describe alternatives you've considered

No alternatives come to mind aside from not adding this functionality to the module.

jaapbrasser avatar Jul 13 '19 12:07 jaapbrasser