Register-RubrikBackupService

SYNOPSIS

Register the Rubrik Backup Service

SYNTAX

Register-RubrikBackupService [-id] <String> [[-Server] <String>] [[-api] <String>] [<CommonParameters>]

DESCRIPTION

Register the Rubrik Backup Service for the specified VM

EXAMPLES

EXAMPLE 1

Get-RubrikVM -Name "demo-win01" | Register-RubrikBackupService -Verbose

Get the details of VMware VM demo-win01 and register the Rubrik Backup Service installed on it with the Rubrik cluster

EXAMPLE 2

Get-RubrikNutanixVM -Name "demo-ahv01" | Register-RubrikBackupService -Verbose

Get the details of Nutanix VM demo-win01 and register the Rubrik Backup Service installed on it with the Rubrik cluster

EXAMPLE 3

Get the details of Hyper-V VM demo-win01 and register the Rubrik Backup Service installed on it with the Rubrik cluster

EXAMPLE 4

Register the Rubrik Backup Service installed on this VM with the Rubrik cluster by specifying the VM id

PARAMETERS

-id

ID of the VM which agent needs to be registered

-Server

Rubrik server IP or FQDN

-api

API version

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Pierre-Fran §ois Guglielmi Twitter: @pfguglielmi GitHub: pfguglielmi

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/register-rubrikbackupservice

Last updated

Was this helpful?