Skip to content

Conversation

@clumnah
Copy link
Contributor

@clumnah clumnah commented Mar 11, 2024

Install-RSCRubrikBackupService.ps1 is a new script that will install the RBS via RSC instead of CDM. The script will use DSC to configure the service and local administrators group.

param(
# Rubrik Cluster name or ip address
[Parameter(Mandatory=$true)]
[string]$RubrikCluster,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RubrikCluster would indicate to me this is a Rubrik cluster object.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

specifically, I'd rather see this be an actual object input, or name change the parameter to RubrikClusterName.

@jakerobinson jakerobinson merged commit 1ce51ce into master Mar 12, 2024
@jakerobinson jakerobinson deleted the lumnah branch March 12, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants