rubrikinc / rubrik-powershell-sdk

The Rubrik Security Cloud SDK
https://www.powershellgallery.com/packages/RubrikSecurityCloud
MIT License
7 stars 8 forks source link

MSSQL cmdlet Updates #63

Closed clumnah closed 5 months ago

clumnah commented 5 months ago

Get-RscMssqlAvailabilityGroup - Now works for returning back list or by name Get-RscMssqlLogShipping - Now works and no longer references Live Mount Remove-RscMssqlLogShippingSecondary - Now works and no longer references Live Mount Breaking Changes Get-RscMssqlInstance - No longer accepts RscHost object any more. Not it accepts a string value for HostName and WindowsClusterName. This is because, there is no value in the RscHost object for getting the MSSQL Instance object as the only option is to query by name and not by ID. Additionally, we need the ability to search for a Instance based on a Windows Cluster Name. This new approach allows for a simpler user experience, as they do not need to make an extra call to get a Host object before requesting the Instance object.