rubrik-sdk-for-powershell
rubrik-sdk-for-powershell copied to clipboard
Create Rubrik Session management cmdlets
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.