New-RubrikVCenter

SYNOPSIS

Connects to Rubrik and creates new vCenter connection

SYNTAX

UserPassword

New-RubrikVCenter -Hostname <String> -Username <String> -Password <SecureString> [-Server <String>]
 [-id <String>] [-api <String>] [<CommonParameters>]

Credential

New-RubrikVCenter -Hostname <String> -Credential <Object> [-Server <String>] [-id <String>] [-api <String>]
 [<CommonParameters>]

DESCRIPTION

The New-RubrikVCenter cmdlet will creates new vCenter connection on the system. This does require authentication.

EXAMPLES

EXAMPLE 1

This will creates new vCenter connection to "test-vcenter.domain.com" on the current Rubrik cluster

PARAMETERS

-Hostname

Hostname (FQDN) of your vCenter Server

-Username

Username with permissions to connect to the vCenter Optionally, use the Credential parameter

-Password

Password for the Username provided Optionally, use the Credential parameter

-Credential

Credentials with permission to connect to the vCenter Optionally, use the Username and Password parameters

-Server

Rubrik server IP or FQDN

-id

ID of the Rubrik cluster or me for self

-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

Adapted by Adam Shuttleworth from scripts by Chris Wahl for community usage

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/new-rubrikvcenter

Last updated

Was this helpful?